(collection: Iterable<Order<A>>)
| 121 | * @since 2.0.0 |
| 122 | */ |
| 123 | export const combineAll = <A>(collection: Iterable<Order<A>>): Order<A> => combineMany(empty(), collection) |
| 124 | |
| 125 | /** |
| 126 | * @category mapping |
nothing calls this directly
no test coverage detected
searching dependent graphs…