ticks

Function ticks 

Source
pub fn ticks<T: Float + FloatConst + FromPrimitive>(
    start: T,
    stop: T,
    count: usize,
) -> Vec<T>