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)