|
|
|
|
|
by flohofwoe
1729 days ago
|
|
Specialized string types like Path, CStr and OsStr are stdlib types though (as they should be), not built into the language (AFAIK at least). Such high level "API enforcement" types also make sense in Zig. The question is rather whether something like Rust's 'str' should be builtin or also provided in the stdlib. |
|
str could have a part of "core" library.