We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7326269 commit 4e23988Copy full SHA for 4e23988
num/u32.h
@@ -77,7 +77,6 @@ struct u32 {
77
// TODO: checked_next_multiple_of().
78
// TODO: from_str_radix(). Need Result type and Errors.
79
// TODO: next_power_of_two().
80
- // TODO: checked_add_signed() and friends?
81
82
/// The inner primitive value, in case it needs to be unwrapped from the
83
/// type. Avoid using this member except to convert when a consumer
0 commit comments