array-mumu 0.2.0-rc.5

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

slog(
  array:map(x=>x*2 , [1,2,3,4])
)