New in version 2.4.
Join subsequences in sequence:
abjad> from abjad.tools import sequencetools
abjad> sequencetools.join_subsequences([(1, 2, 3), (), (4, 5), (), (6,)]) (1, 2, 3, 4, 5, 6)
Return newly constructed object of subsequence type.
Enter search terms or a module, class or function name.