str16

Type Alias str16 

Source
pub type str16 = tstr<16>;
Expand description

A str16 can hold a string of up to 15 bytes. See docs for fstr or zstr. The size of str16 is 16 bytes, which is the same as for &str on 64bit systems.

Aliased Type§

pub struct str16 { /* private fields */ }

Trait Implementations§

Source§

impl Add for str16

Source§

type Output = tstr<32>

The resulting type after applying the + operator.
Source§

fn add(self, other: Self) -> Self::Output

Performs the + operation. Read more