struct ArrayMul [src]

Fields

res_ty: RefThe result type of the array multiplication operation, or .none if none was available.
lhs: RefThe LHS of the array multiplication.
rhs: RefThe RHS of the array multiplication.

Source

pub const ArrayMul = struct { /// The result type of the array multiplication operation, or `.none` if none was available. res_ty: Ref, /// The LHS of the array multiplication. lhs: Ref, /// The RHS of the array multiplication. rhs: Ref, }