Type Alias IntTy

Source
pub type IntTy<F> = <F as Float>::Int;
Expand description

Access the associated Int type from a float (helper to avoid ambiguous associated types).