Macro limn_core::layout::constraints []

macro_rules! constraints {
    ( $ ( $ x : expr ) , * ) => { ... };
    (
$ ( $ x : expr , ) * ) => { ... };
}

Used to specify a list of constraints.