[go: up one dir, main page]

Type Alias KString

Source
pub type KString = KStringBase<ArcStr>;
Expand description

A UTF-8 encoded, immutable string.

Aliased Typeยง

pub struct KString { /* private fields */ }