src/funcynim/lambda
Dark Mode
Index
Search:
Group by:
Section
Type
Templates
lambda
lambda[T](expr: T): proc
Source
Edit
Templates
template
lambda
[
T
]
(
expr
:
T
)
:
proc
It is the same as
() => expr
, but the method or classic call syntaxes can be used.
Source
Edit