3 Commits

Author SHA1 Message Date
Icelk
103ae85bb5 Impl Borrow and BorrowMut for String and Vec.
This enables them to be used in maps, especially with &str get values in a Map<String, T>.
2024-07-02 16:26:28 +02:00
Sosthène Guédon
88505d0d7a
String: make string generic over the storage, like Vec 2024-07-01 09:47:03 +02:00
Markus Reiter
29d2156379 Add String::drain. 2024-07-01 00:50:10 +02:00