Expand description
Convenient macros to generate match arms for DataType.
Macros§
- composite
- Data types that have inner fields.
- range_
frame_ datetime - Date/time
DataTypes supported to beoffsetofRANGEframe. - range_
frame_ numeric - Numeric
DataTypes supported to beoffsetofRANGEframe. - simple
- Data types that do not have inner fields.
Functions§
- _simple_
composite_ 🔒data_ types_ exhausted - Test that all data types are covered either by
simple!()orcomposite!().