[][src]Macro meli::height

macro_rules! height {
    ($a:expr) => { ... };
}

Get an area's height

Example:

let new_area = ((0, 0), (1, 1));
assert_eq!(height!(new_area), 1);