bool
Less than 1 minuteData-Type Reference
bool
Boolean (primitive)
Description
A true or false value.
Supported Hooks
Marshal()SupportedUnmarshal()Supported
See Also
num(number): Floating point number (primitive)str(string): string (primitive)
Read more about type hooks
ReadIndex()(type): Data type handler for the index,[, builtinReadNotIndex()(type): Data type handler for the bang-prefixed index,![, builtinReadArray()(type): Read from a data type one array element at a timeWriteArray()(type): Write a data type, one array element at a timeReadMap()(type): Treat data type as a key/value structure and read its contentsMarshal()(type): Converts structured memory into a structured file format (eg for stdio)Unmarshal()(type): Converts a structured file format into structured memory
This document was generated from builtins/types/boolean/boolean_doc.yaml.