3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
channel.of( 3, 2, 1, 5, 1, 5 )
|
|
.until { v -> v == 5 }
|
|
.view() |