array-mumu 0.2.0-rc.5

Array tools plugin for the Mumu ecosystem
Documentation
1
2
3
4
5
extend("array")

result = array:map(f => f + 0.1287, [1.0,2.5,3.5])

slog(result)