Merge branch 'assoc-list-dict' into pretty-expect-output

This commit is contained in:
Folkert 2022-07-14 00:39:01 +02:00
commit 06938429a1
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
49 changed files with 1139 additions and 366 deletions

View file

@ -122,6 +122,7 @@ comptime {
exportStrFn(str.countSegments, "count_segments");
exportStrFn(str.countGraphemeClusters, "count_grapheme_clusters");
exportStrFn(str.countUtf8Bytes, "count_utf8_bytes");
exportStrFn(str.getCapacity, "capacity");
exportStrFn(str.startsWith, "starts_with");
exportStrFn(str.startsWithScalar, "starts_with_scalar");
exportStrFn(str.endsWith, "ends_with");