Re: [PATCH 1/2] rust: add BitInt integer wrapping type

From: Danilo Krummrich
Date: Mon Nov 03 2025 - 09:02:33 EST


On 11/3/25 2:57 PM, Alexandre Courbot wrote:
> Actually - the core library names similar wrapping types `NonZero` or
> `Wrapping` - not `NonZeroInt` or `WrappingInt`. So this type could just
> be called `Bounded`, as its generic parameter makes it clear what it
> sets the bounds of anyway.

+1