(self: ReadonlyArray<A>)
| 569 | * **When to use** |
| 570 | * |
| 571 | * Use when the input array is already known to be non-empty, can be shared with |
| 572 | * the resulting `Chunk`, and avoiding a copy matters. |
| 573 | * |
| 574 | * **Gotchas** |
| 575 | * |
no test coverage detected
searching dependent graphs…