README

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

#
Int8

pub type Int8 Int

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

#
Int8::from

fn Int8::from(val : Int) -> Int8

#
Int8::from_int64

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

#
Int8::from_uint64

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

#
Int8::inner

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

#
Int8::to_byte

fn Int8::to_byte(self : Int8) -> Byte

#
Int8::to_int

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

#
Int8::to_int64

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

#
Int8::to_uint

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

#
Int8::to_uint64

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

#
max_value

let max_value : Int8

#
min_value

let min_value : Int8

Source Files