pnmixer-rust/num_traits/ops/checked/sidebar-items.js

1 line
492 B
JavaScript
Raw Normal View History

2017-07-14 23:30:16 +00:00
initSidebarItems({"trait":[["CheckedAdd","Performs addition that returns `None` instead of wrapping around on overflow."],["CheckedDiv","Performs division that returns `None` instead of panicking on division by zero and instead of wrapping around on underflow and overflow."],["CheckedMul","Performs multiplication that returns `None` instead of wrapping around on underflow or overflow."],["CheckedSub","Performs subtraction that returns `None` instead of wrapping around on underflow."]]});