Function
every
(predicate: Predicate<In>)
Source from the content-addressed store, hash-verified
| 822 | * **Details** |
| 823 | * |
| 824 | * If the sink stops in the middle of a pulled array, the remaining elements |
| 825 | * from that array are returned as leftovers. |
| 826 | * |
| 827 | * @category folding |
| 828 | * @since 2.0.0 |
| 829 | */ |
| 830 | export const foldUntil = <S, In, E = never, R = never>( |
| 831 | s: LazyArg<S>, |
| 832 | max: number, |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…