add substringUnsafe roc function

This commit is contained in:
Folkert 2022-07-03 17:15:25 +02:00
parent 45eb8b9d77
commit be3800d7fa
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
9 changed files with 29 additions and 0 deletions

View file

@ -1192,6 +1192,7 @@ define_builtins! {
34 STR_TO_SCALARS: "toScalars"
35 STR_GET_UNSAFE: "getUnsafe"
36 STR_COUNT_BYTES: "countBytes"
37 STR_SUBSTRING_UNSAFE: "substringUnsafe"
}
5 LIST: "List" => {
0 LIST_LIST: "List" imported // the List.List type alias