.. _`Transpose List`: .. _`org.sysess.sympathy.list.transposelist`: Transpose List ~~~~~~~~~~~~~~ .. image:: transpose_list.svg :width: 48 Swap the first and second layers of a nested list. For example a list with two inner lists, each of length three, will become a list with three inner lists, each of length two. This node requires all inner lists to be of equal length. *Input ports*: :in: [[]] List *Output ports*: :out: [[]] Transposed List .. automodule:: node_list_operations .. class:: TransposeList