* Emits a chunk containing the specified values.
(chunk: ReadonlyArray<A>)
| 96 | * Emits a chunk containing the specified values. |
| 97 | */ |
| 98 | array(chunk: ReadonlyArray<A>): boolean |
| 99 | |
| 100 | /** |
| 101 | * Terminates with a cause that dies with the specified defect. |
no outgoing calls