Pointer function for user defined data type in auto-generate code
Added function to support pointer for the user-defined data type in auto-generate code. "Ptr" is appended in each new function.
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, MapPtr
Filter, FilterPtr
FilterMap, FilterMapPtr
PMap, PMapPtr
Reduce, ReducePtr
Remove, RemovePtr
Some, SomePtr
TakeWhile, TakeWhilePtr
DropWhile, DropWhilePtr
Every, EveryPtr
Rest, RestPtr
Merge, MergePtr
Zip, ZipPtr