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.
String.getUnsafe
Needed to be able to migrate from OCaml's String.get(s, i) interface.
String.get(s, i)
Basically this:
@get_index external getUnsafe: (string, int) => string = ""
Note that this is technically not the correct translation from its original function, which actually returns a char value.
char