Unwrapped

Type Alias Unwrapped 

Source
pub type Unwrapped<F> = Strict<F>;
👎Deprecated since 1.30.0: renamed to Strict
Expand description

Provides arithmetic operations that panic on overflow even when debug assertions are disabled.

Aliased Type§

#[repr(transparent)]
pub struct Unwrapped<F>(pub F);

Tuple Fields§

§0: F