pub type MetF32<E, R, S, Res> = Metropolis<E, R, S, Res, f32>;
Expand description

short for Metropolis<E, R, S, Res, f32>