README
Array Utils
Utility functions for arrays.
Supported types:
- address[]
Documentation
Address
index
Searches for provided address starting from the left and returns the index and ok.
extend
Merges two arrays. Mutates the first array.
reverse
Reverses the order of the array.