Macro persichetti::civl[][src]

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

Initialize a CompoundInterval

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