Initial docs commit

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:27:34 +05:30
commit d5ecda4c73
20211 changed files with 1370362 additions and 0 deletions
@@ -0,0 +1 @@
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."]]});