enchanted_collection 1.0.0
enchanted_collection: ^1.0.0 copied to clipboard
A collection of useful data structures and algorithms for collections.
Enchanted collection
A collection of useful data structures and algorithms for collections.
List utils #
⦿ mapper #
A map function with aditional info in each interation.
Such as:
- Is the first interation? [isFirst]
- Is the last interation? [isLast]
- The index of the current interation [index]
- The value of the current interation [value]
Returns a list of the mapped values.