()
| 223 | * @since 2.0.0 |
| 224 | */ |
| 225 | export const empty: <A = never>() => Chunk<A> = () => _empty |
| 226 | |
| 227 | /** |
| 228 | * Builds a `NonEmptyChunk` from an non-empty collection of elements. |
no outgoing calls
no test coverage detected
searching dependent graphs…