Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | String: Add support for a ""_s string literal syntax | Brad King | 2018-12-12 | 1 | -0/+41 |
Create a `static_string_view` type that binds only to the static storage of string literals. Teach `cm::String` to borrow from these implicitly. |