Implement _kj suffix for string literals.
E.g.: "foo"_kj This literal will have type StringPtr. Although any string literal can implicitly cast to StringPtr, using the _kj suffix has the advantage that it can be constexpr.
Showing
Please
register
or
sign in
to comment