Skip to content

pointer function

Choose a tag to compare

@logic-building logic-building released this 30 Mar 22:27
· 180 commits to master since this release
7573265

Added function to support pointer data type. Added Ptr at end of each function to call pointer data type.
MapIntPtr...
FilterMapPtr...
.
.
.
Available functions:
Map -> MapInt, MapStrInt, MapIntPtr ...
Filter -> FilterInt, FilterStrInt, FilterIntPtr ...
FilterMap -> FilterMapInt, FilterMapIntStr, FilterMapIntPtr ...
PMap -> PMapInt, PMapIntStr, PMapInt, PMapIntPtr ...
Distinct
Drop
DropWhile
Every
Max
Min
MinMax
Range
Remove
Reduce
Rest
Some
TakeWhile
Merge
Zip

Auto-generated functions for the user-defined data type for a different combination of input and output
Map
Filter, FilterPtr
FilterMap
Pmap
Reduce
Remove
Some
TakeWhile
DropWhile
Every
Rest
Merge
Zip