The docs for functions like checked_add
and add
state that there are (unspecified) bounds on “the underlying data structure” and describe their behavior if values go outside those bounds.
2 Likes
The docs for functions like checked_add
and add
state that there are (unspecified) bounds on “the underlying data structure” and describe their behavior if values go outside those bounds.