str.appendScalar

This commit is contained in:
Folkert 2022-07-04 16:27:04 +02:00
parent ab721dd3c1
commit 9c41a4d442
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
10 changed files with 53 additions and 1 deletions

View file

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