construct_items

Function construct_items 

Source
pub fn construct_items(
    db: &mut TypeSystem,
    items: impl DoubleEndedIterator<Item = TypeId>,
    nil_terminated: bool,
) -> TypeId
Expand description

Constructs a structural type consisting of the items in a list.