nim_iterator_stream_experiment/utils/lambda
Dark Mode
Search:
Group by:
Section
Type
Templates
lambda
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