Builtin type std::prelude::u8

Re-export from std::builtins::u8

8-bit unsigned integer (byte)

This is also the "character" type, e.g. expression "hello"[0] has type u8.

Methods

impl u8 { ... }

Mixins

impl u8 { ... }