September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -0,0 +1,12 @@
|
|||
foreach n in (List(1,2,3) {...}
|
||||
List(1,2,3).pump(...) // traverse and munge elements, generalized apply/map
|
||||
List(1,2,3).filter(...)
|
||||
List(1,2,3).filter22(...) // partition list
|
||||
List(1,2,3).reduce(...)
|
||||
List(1,2,3).apply(...)
|
||||
List(1,2,3).sum()
|
||||
List(1,2,3).run() // treat each element as f, perform f()
|
||||
List(1,2,3).enumerate()
|
||||
List(1,2,3).reverse()
|
||||
List(1,2,3).concat()
|
||||
List(1,2,3).shuffle()
|
||||
Loading…
Add table
Add a link
Reference in a new issue