Skip to main content

LiteralString

Type Alias LiteralString 

Source
pub type LiteralString<'a> = CompilerStr<'a>;
Expand description

A null-terminated stream of characters consuming an integral number of words.

Aliased Typeยง

pub struct LiteralString<'a> { /* private fields */ }