interface __BuiltinLogicalType
Inherits from: __BuiltinType, ILogical
Description
A type that can be used for logical/bitwise operations. For defining generic functions that work with builtin scalar logical types only. Builtin types implementing this interface: bool, int8_t, uint8_t, int16_t, uint16_t, int, uint, int64_t, uint64_t.