Struct num::iter::RangeStep
[-] [+]
[src]
pub struct RangeStep<A> { // some fields omitted }
An iterator over the range [start, stop) by step
. It handles overflow by stopping.
pub struct RangeStep<A> { // some fields omitted }
An iterator over the range [start, stop) by step
. It handles overflow by stopping.
impl<A> Iterator for RangeStep<A> where A: CheckedAdd + PartialOrd + Clone
impl<A: Clone> Clone for RangeStep<A>
fn clone(&self) -> RangeStep<A>
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).