Files
rapr-rs/docs/num_traits/ops/saturating/sidebar-items.js
T
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
459 B
JavaScript

initSidebarItems({"trait":[["Saturating","Saturating math operations. Deprecated, use `SaturatingAdd`, `SaturatingSub` and `SaturatingMul` instead."],["SaturatingAdd","Performs addition that saturates at the numeric bounds instead of overflowing."],["SaturatingMul","Performs multiplication that saturates at the numeric bounds instead of overflowing."],["SaturatingSub","Performs subtraction that saturates at the numeric bounds instead of overflowing."]]});