Skip to content

Built-in types

The following table represents NiteCode language keywords with their associated types.

Keyword Associated type
i8 std::numerics::SInt8
i16 std::numerics::SInt16
i32 std::numerics::SInt32
i64 std::numerics::SInt64
u8 std::numerics::UInt8
u16 std::numerics::UInt16
u32 std::numerics::UInt32
u64 std::numerics::UInt64
f32 std::numerics::Float32
f64 std::numerics::Float64
func() -> ! std::NeverReturn
void std::Void
bool std::Boolean

Comments