We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83f8c8 commit 1103d0eCopy full SHA for 1103d0e
src/Core__Array.res
@@ -125,6 +125,8 @@ let indexOfOpt = (arr, item) =>
125
126
@send external joinWith: (array<string>, string) => string = "join"
127
128
+@send external joinWithUnsafe: (array<'a>, string) => string = "join"
129
+
130
@send external lastIndexOf: (array<'a>, 'a) => int = "lastIndexOf"
131
let lastIndexOfOpt = (arr, item) =>
132
switch arr->lastIndexOf(item) {
0 commit comments