apio be22cf6267
Introduce OwnedStringView
A managed String which uses RAII to free its contents. It's not a proper string though, since it's read-only.
So it's a StringView... but an owned one.

Can't be copied automatically, must be either moved or copied manually by calling clone() on it.
2022-12-16 18:17:15 +01:00
..
2022-12-08 15:09:32 +01:00
2022-12-16 18:14:48 +01:00
2022-12-07 17:06:29 +01:00
2022-12-16 18:13:40 +01:00
2022-12-16 18:17:15 +01:00
2022-12-08 14:56:11 +01:00
2022-12-07 16:11:59 +00:00
2022-12-08 16:09:33 +01:00