Module melon::typedef [] [src]

A couple of useful type aliases

Type Definitions

Address

Typedef of a usize

Int

An integer with 16 bit

Result

A handy alias for Result that carries a generic error type.

SmallInt

An integer with 8 bit

SmallUInt

An unsigned integer with 8 bit

UInt

An unsigned integer with 16 bit