1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 17:02:19 +01:00
redox-ssh/num_traits/sidebar-items.js

1 line
No EOL
1 KiB
JavaScript

initSidebarItems({"enum":[["FloatErrorKind",""]],"fn":[["clamp","A value bounded by a minimum and a maximum"]],"mod":[["bounds",""],["cast",""],["float",""],["identities",""],["int",""],["ops",""],["pow",""],["sign",""]],"struct":[["ParseFloatError",""]],"trait":[["Num","The base trait for numeric types, covering `0` and `1` values, comparisons, basic numeric operations, and string conversion."],["NumAssign","The trait for `Num` types which also implement assignment operators."],["NumAssignOps","The trait for types implementing numeric assignment operators (like `+=`)."],["NumAssignRef","The trait for `NumAssign` types which also implement assignment operations taking the second operand by reference."],["NumOps","The trait for types implementing basic numeric operations"],["NumRef","The trait for `Num` types which also implement numeric operations taking the second operand by reference."],["RefNum","The trait for references which implement numeric operations, taking the second operand either by value or by reference."]]});