document a couple of miscellaneous helpers
[?]
Jun 6, 2023, 5:23 AM
P7FOVH3DOLIDENT2CQOXM6VNN3B7VTXJNEENGIQKULJXCK43KORQCDependencies
- [2]
N2NUGNN4include a brief reference enabling many useful apps
Change contents
- edit in reference.md at line 319
* `array.find(arr, elem)` -- scan table `arr` for `elem` assuming it'sorganized as an array (just numeric indices). - edit in reference.md at line 323
* `array.any(arr, f)` -- scan table `arr` for any elements satisfyingpredicate `f`. Return first such element or `false` if none.