README

Kaida-Amethyst/MoonLLVM/uint8 does not have a README file

#
UInt8

pub type UInt8 Byte

impl Add for UInt8
impl Compare for UInt8
impl Div for UInt8
impl Eq for UInt8
impl Hash for UInt8
impl Mul for UInt8
impl Show for UInt8
impl Sub for UInt8

#
UInt8::from

fn UInt8::from(val : Byte) -> UInt8

#
UInt8::from_int64

fn UInt8::from_int64(val : Int64) -> UInt8

#
UInt8::from_uint64

fn UInt8::from_uint64(val : UInt64) -> UInt8

#
UInt8::inner

#deprecated("Use `struct T(A)` to declare a newtype and use `.0` access the underlying type instead.")
fn UInt8::inner(self : UInt8) -> Byte
Convert newtype to its underlying type, automatically derived.

#
UInt8::to_int

fn UInt8::to_int(self : UInt8) -> Int

#
UInt8::to_int64

fn UInt8::to_int64(self : UInt8) -> Int64

#
UInt8::to_uint

fn UInt8::to_uint(self : UInt8) -> UInt

#
UInt8::to_uint64

fn UInt8::to_uint64(self : UInt8) -> UInt64

#
max_value

let max_value : UInt8

#
min_value

let min_value : UInt8

Source Files