Add array_map_index
Implements array_map_index function to apply functions to arrays more conveniently. Intended for use in scripts and interactive sessions. Avoid it in calculation heavy algorithms as it will make code less clear. Also it is probably slow.
Loading
Please register or sign in to comment