()
| 299 | * @since 2.0.0 |
| 300 | */ |
| 301 | export const empty: <A = never>() => Chunk<A> = () => _empty |
| 302 | |
| 303 | /** |
| 304 | * Builds a `NonEmptyChunk` from an non-empty collection of elements. |
no outgoing calls
no test coverage detected
searching dependent graphs…