pub fn fixed_size_array_ty(
context: &dyn SignatureSpecializationContext,
ty: ConcreteTypeId,
size: i16,
) -> Result<ConcreteTypeId, SpecializationError>
Expand description
Returns a fixed type array of the given type and size.
pub fn fixed_size_array_ty(
context: &dyn SignatureSpecializationContext,
ty: ConcreteTypeId,
size: i16,
) -> Result<ConcreteTypeId, SpecializationError>
Returns a fixed type array of the given type and size.