We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Feature gate: #![feature(bigint_helper_methods)] (for now)
#![feature(bigint_helper_methods)]
This is a tracking issue for the widening_mul methods on integers.
widening_mul
impl uN { const fn widening_mul(self, rhs: uN) -> (uN, uN); } impl iN { const fn widening_mul(self, rhs: uN) -> (iN, iN); }
(Remember to update the S-tracking-* label when checking boxes.)
S-tracking-*
Feature gate:
#This is a tracking issue for the
widening_mulmethods on integers.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)widening_mul. #156644Unresolved Questions