(self: Dequeue<A, E>)
| 1216 | * **Details** |
| 1217 | * |
| 1218 | * Returns a non-empty array. If the queue completes or fails before a message |
| 1219 | * can be taken, the effect fails with the queue's terminal error. |
| 1220 | * |
| 1221 | * **Example** (Taking all available values) |
| 1222 | * |
no test coverage detected
searching dependent graphs…