pub fn named_type<A: Into<String>, B: Into<Vec<IslConstraint>>>(
    name: A,
    constraints: B
) -> IslType
Expand description

Creates a named IslType using the IslConstraint defined within it