string
The string class for Cheddar
Arguments:
name
type
description
value
string
The literal value
Usage:
"foo"
, with api:
cheddar.init(
cheddar.string,
"foo"
)
Last updated
Was this helpful?
The string class for Cheddar
name
type
description
value
string
The literal value
"foo"
, with api:
cheddar.init(
cheddar.string,
"foo"
)
Last updated
Was this helpful?