enchanted_collection 1.0.0 copy "enchanted_collection: ^1.0.0" to clipboard
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.

2
likes
0
pub points
75%
popularity

Publisher

unverified uploader

A collection of useful data structures and algorithms for collections.

License

unknown (license)

More

Packages that depend on enchanted_collection