tonyfettes/c/stddef does not have a README file
pub(all) struct Ptrdiff(Int64)
impl Add for Ptrdiff
fn add(self : Ptrdiff, other : Ptrdiff) -> Ptrdiff
impl Compare for Ptrdiff
fn compare(self : Ptrdiff, other : Ptrdiff) -> Int
impl Default for Ptrdiff
fn default() -> Ptrdiff
impl Div for Ptrdiff
fn div(self : Ptrdiff, other : Ptrdiff) -> Ptrdiff
impl Eq for Ptrdiff
fn equal(self : Ptrdiff, other : Ptrdiff) -> Bool
impl Mod for Ptrdiff
fn mod(self : Ptrdiff, other : Ptrdiff) -> Ptrdiff
impl Mul for Ptrdiff
fn mul(self : Ptrdiff, other : Ptrdiff) -> Ptrdiff
impl Neg for Ptrdiff
fn neg(self : Ptrdiff) -> Ptrdiff
impl Show for Ptrdiff
fn output(self : Ptrdiff, logger : &Logger) -> Unit
impl Sub for Ptrdiff
fn sub(self : Ptrdiff, other : Ptrdiff) -> Ptrdiff
impl ToJson for Ptrdiff
fn to_json(self : Ptrdiff) -> Json
impl FromJson for Ptrdiff
fn from_json(json : Json, json_path : @moonbitlang/core/json.JsonPathJsonPath) -> Ptrdiff raise @moonbitlang/core/json.JsonDecodeErrorJsonDecodeError
fn Ptrdiff::reinterpret_as_uint64(self : Ptrdiff) -> UInt64
fn Ptrdiff::sizeof() -> Size
fn Ptrdiff::to_int64(self : Ptrdiff) -> Int64
pub(all) struct Size(UInt64)
impl Add for Size
fn add(self : Size, other : Size) -> Size
impl Compare for Size
fn compare(self : Size, other : Size) -> Int
impl Default for Size
fn default() -> Size
impl Div for Size
fn div(self : Size, other : Size) -> Size
impl Eq for Size
fn equal(self : Size, other : Size) -> Bool
impl Mod for Size
fn mod(self : Size, other : Size) -> Size
impl Mul for Size
fn mul(self : Size, other : Size) -> Size
impl Show for Size
fn output(self : Size, logger : &Logger) -> Unit
impl Sub for Size
fn sub(self : Size, other : Size) -> Size
impl ToJson for Size
fn to_json(self : Size) -> Json
impl FromJson for Size
fn from_json(json : Json, json_path : @moonbitlang/core/json.JsonPathJsonPath) -> Size raise @moonbitlang/core/json.JsonDecodeErrorJsonDecodeError
fn Size::from_uint64(value : UInt64) -> Size
fn Size::reinterpret_as_int64(self : Size) -> Int64
fn Size::sizeof() -> Size
fn Size::to_int(self : Size) -> Int
fn Size::to_uint64(self : Size) -> UInt64
Install
FFI Binding to C
Dependencies
Powered by MoonBit
© 2026 mooncakes.io