pub type ExhaustiveFinitePrimitiveFloats<T> = Chain<IntoIter<T>, ExhaustiveNonzeroFinitePrimitiveFloats<T>>;

Aliased Type§

struct ExhaustiveFinitePrimitiveFloats<T> { /* private fields */ }