Type Definition r3::bag::List

source ·
pub type List<Head, Tail> = (Head, Tail);
Expand description

A Bag containing Head and the elements from Tail: Bag.