pub type OtherSign<I> = <I as MinInt>::OtherSign;
Access the associated OtherSign type from an int (helper to avoid ambiguous associated types).
OtherSign