David Thrane Christiansen
|
2c6576b269
|
chore: missing docstring + style updates for String docs (#10640)
This PR adds a missing docstring and applies our style guide to parts of
the String API.
|
2025-10-02 04:19:55 +00:00 |
|
Markus Himmel
|
2cca32ccc3
|
chore: use UTF8 instead of Utf8 in identifiers (#10636)
This PR renames `String.getUtf8Byte` to `String.getUTF8Byte` in order to
adhere to the standard library naming convention.
|
2025-10-01 17:57:32 +00:00 |
|
Markus Himmel
|
81ea922025
|
chore: rename String.Pos to String.Pos.Raw (#10624)
This PR renames `String.Pos` to `String.Pos.Raw`.
After an abbreviated deprecation cycle, we will then rename
`String.ValidPos` to `String.Pos`.
|
2025-10-01 07:45:24 +00:00 |
|
Henrik Böving
|
5fd8c1b94d
|
feat: new String.Slice API (#10514)
This PR defines the new `String.Slice` API.
Many of the core design principles of the API are taken over from Rust's
[string
library](https://doc.rust-lang.org/stable/std/string/struct.String.html).
|
2025-09-25 12:18:52 +00:00 |
|