rescript-core icon indicating copy to clipboard operation
rescript-core copied to clipboard

Array.findLast and other missing functions

Open jmagaram opened this issue 1 year ago • 3 comments

Some missing functions from the Array module. In particular the findLast variants.

indexOfFromOpt: add code and docs lastIndexOf : docs, tests lastIndexOfOpt : tests lastIndexOfFrom : docs, tests findLast : code, docs, tests findLastIndex : code, docs, tests findLastIndexOpt : code, docs, tests findLastIndexWithIndex : code, docs, tests findLastIndexWithIndexOpt : code, docs

jmagaram avatar Mar 29 '23 20:03 jmagaram