pub enum Builtin {
Show 21 variants
Append,
Cap,
Close,
Complex,
Copy,
Delete,
Imag,
Len,
Make,
New,
Panic,
Print,
Println,
Real,
Recover,
Alignof,
Offsetof,
Sizeof,
Assert,
Trace,
Ffi,
}
Expand description
A Builtin is the id of a builtin function.
Variants§
Append
Cap
Close
Complex
Copy
Delete
Imag
Len
Make
New
Panic
Println
Real
Recover
Alignof
Offsetof
Sizeof
Assert
Trace
Ffi
Trait Implementations§
source§impl Ord for Builtin
impl Ord for Builtin
source§impl PartialEq<Builtin> for Builtin
impl PartialEq<Builtin> for Builtin
source§impl PartialOrd<Builtin> for Builtin
impl PartialOrd<Builtin> for Builtin
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more