Methods

/ΒΆ

/(x:Any, mapper:Fun)

Map operator. Same as calling x.map(mapper)
Source: stdlib.ngs:390

Example

[1,2,3,4] / F(x) x * 10