Expand description
Structure representing data types supported in the DC language and enforcing numeric limits through constraints.
Structsยง
- DCNumeric
Range - Numeric Range structs are used to represent a range of signed/unsigned integers or floating point numbers. Used for enforcing numeric limits within constraints of array, string, or blob sized types.
- DCNumeric
Type