bool

The boolean class for Cheddar

Arguments

Usage:

true, with api:

cheddar.init(
    cheddar.bool,
    true
)

false, with api:

cheddar.init(
    cheddar.bool,
    false
)

Last updated