Type Definition fixed_circular_buffer::IterCircular [] [src]

type IterCircular<'t, T> = Skip<Cycle<Iter<'t, T>>>;