@masahi FromTupleType is the one you probably want it takes a Type representing the layout of expr and returns a sequence of expressions which correspond to the linearized view of the tuple, i.e it will handle projecting nested tuples out.
@masahi FromTupleType is the one you probably want it takes a Type representing the layout of expr and returns a sequence of expressions which correspond to the linearized view of the tuple, i.e it will handle projecting nested tuples out.