Skip to main content

runmat_runtime/builtins/common/
integer_capability.rs

1//! Compatibility imports for shared catalog integer-class masks.
2
3pub use runmat_builtins::{
4    ALL_INTEGER_CLASSES, INTEGER_CLASSES_THROUGH_16_BITS, INTEGER_CLASSES_THROUGH_32_BITS,
5    SIGNED_INTEGER_CLASSES, UNSIGNED_8_16_CLASSES,
6};