
Splits a tuple-typed stream ($ts...) into one output per element, preserving positional order. Each output port carries that element's type $ts verbatim, so arity equals the tuple length. Inverse of pack_tuple.
Build a tuple upstream, split it into positional element streams, then serialise each.
Split a coordinate tuple into separate element streams and view them.