document a couple of miscellaneous helpers

[?]
Jun 6, 2023, 5:23 AM
P7FOVH3DOLIDENT2CQOXM6VNN3B7VTXJNEENGIQKULJXCK43KORQC

Dependencies

  • [2] N2NUGNN4 include a brief reference enabling many useful apps

Change contents

  • edit in reference.md at line 319
    [2.12435]
    [2.12435]
    * `array.find(arr, elem)` -- scan table `arr` for `elem` assuming it's
    organized as an array (just numeric indices).
  • edit in reference.md at line 323
    [2.12436]
    [2.12436]
    * `array.any(arr, f)` -- scan table `arr` for any elements satisfying
    predicate `f`. Return first such element or `false` if none.