rescript-core
rescript-core copied to clipboard
Consistency in unsafe function names
I saw that most unsafe functions are ModName.somethingUnsafe, unsafe is a suffix, but in module String we have the inverse unsafeReplaceRegExpBy0, unsafeReplaceRegExpBy1
Just a reminder to stay consistent