pub fn construct_items(
db: &mut TypeSystem,
items: impl DoubleEndedIterator<Item = TypeId>,
nil_terminated: bool,
) -> TypeIdExpand description
Constructs a structural type consisting of the items in a list.
pub fn construct_items(
db: &mut TypeSystem,
items: impl DoubleEndedIterator<Item = TypeId>,
nil_terminated: bool,
) -> TypeIdConstructs a structural type consisting of the items in a list.