bool

std.types.bool

def bool

pub def bool: u8

布尔类型与常量

val true

pub val true:  bool = 1

val false

pub val false: bool = 0