Str.walkScalars

This commit is contained in:
Folkert 2022-07-04 18:01:19 +02:00
parent 1de9270ecf
commit 6d7c329698
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
15 changed files with 109 additions and 2 deletions

View file

@ -159,6 +159,7 @@ comptime {
exportStrFn(str.substringUnsafe, "substring_unsafe");
exportStrFn(str.getUnsafe, "get_unsafe");
exportStrFn(str.reserve, "reserve");
exportStrFn(str.getScalarUnsafe, "get_scalar_unsafe");
exportStrFn(str.appendScalar, "append_scalar");
exportStrFn(str.strToUtf8C, "to_utf8");
exportStrFn(str.fromUtf8C, "from_utf8");