StaticArrayVal# class hugr.std.collections.static_array.StaticArrayVal(v: list[Value], elem_ty: Type, name: str)[source]# Bases: ExtensionValue Constant value for a statically sized immutable array of elements. Methods to_model to_value Convert to a HUGR extension value. type_ Report the type of the value. Attributes v ty name to_value() → Extension[source]# Convert to a HUGR extension value. type_() → Type# Report the type of the value. Example >>> TRUE.type_() Bool