blob: 1a341f020877f8b46aea071c35b4c47e25d7ea54 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"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."]]};