Macro persichetti::ivl[][src]

macro_rules! ivl {
    ($token:expr) => { ... };
    ($size:expr, $quality:expr) => { ... };
}

Initialize an Interval

The constructor is either the Interval::from_str or Interval::new constructor. With the string constructor, the return type will be a Result of Interval and IntervalError.