This commit is contained in:
Folkert 2023-04-23 20:02:41 +02:00
parent b663db56f0
commit 2e41ef68b0
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 18 additions and 22 deletions

View file

@ -134,7 +134,6 @@ comptime {
exportStrFn(str.countGraphemeClusters, "count_grapheme_clusters");
exportStrFn(str.countUtf8Bytes, "count_utf8_bytes");
exportStrFn(str.isEmpty, "is_empty");
exportStrFn(str.getCapacity, "capacity");
exportStrFn(str.startsWith, "starts_with");
exportStrFn(str.startsWithScalar, "starts_with_scalar");