Skip to content

New functionality supports error handling

Choose a tag to compare

@logic-building logic-building released this 02 May 21:07
· 122 commits to master since this release
8130ca0

Now there are four variants of functions:

  1. MapInt: Returns new List (Old)
  2. MapIntPtr: Returns new list with a pointer type (Old)
  3. MapIntErr : Returns new list and error (New)
  4. 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