NGS version 0.2.17 auto-generated documentation
Documentation index
The global namespace
apply multimethod
apply multimethod
Methods
apply(
x:
Eachable1
,
f:
Fun
)
Source:
stdlib.ngs:709
Applies f to arguments in x Same as calling f(*x)
apply(
x:
Eachable2
,
f:
Fun
)
Source:
stdlib.ngs:716
Applies f to arguments in x Same as calling f(**x)