[][src]Macro meli::upper_left

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

Get the upper left Position of an area

Example:

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