New functionality supports error handling
Now there are four variants of functions:
- MapInt: Returns new List (Old)
- MapIntPtr: Returns new list with a pointer type (Old)
- MapIntErr : Returns new list and error (New)
- MapIntPtrErr: Returns new list with pointer type and error(New)
All four variants are supported in the following functions:
Map
Filter
FilterMap
DropWhile
Every
Remove
Reduce
Some
TakeWhile