mirror of
https://github.com/neogeek23/rusty_snek_gaem.git
synced 2026-02-05 11:38:44 +00:00
1 line
637 B
JavaScript
1 line
637 B
JavaScript
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."],["CheckedShl","Performs a left shift that returns `None` on overflow."],["CheckedShr","Performs a right shift that returns `None` on overflow."],["CheckedSub","Performs subtraction that returns `None` instead of wrapping around on underflow."]]}); |