7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
channel.of(
|
|
[1, [1], ['A']],
|
|
[2, [1, 2], ['B', 'C']],
|
|
[3, [1, 2, 3], ['D', 'E']]
|
|
)
|
|
.transpose(remainder: true)
|
|
.view() |