Create a MixedVec type from the type of the given Vec.
Create a MixedVec type from the type of the given Vec.
MixedVec(Vec(2, UInt(8.W))) = MixedVec(Seq.fill(2){UInt(8.W)})
Create a new MixedVec type from an unbound MixedVec type.
Create a MixedVec type from a varargs list of Chisel types.
Create a MixedVec type from a Seq of Chisel types.
Create a MixedVec type, given element types. Inputs must be Chisel types which have no value (not hardware types).
MixedVec with the given types.