(evaluate: LazyArg<E>)
| 949 | options?: { |
| 950 | readonly chunkSize?: number | undefined |
| 951 | } |
| 952 | ): Stream<A> => |
| 953 | Array.isArray(iterable) && options?.chunkSize === undefined |
| 954 | ? fromArray(iterable) |
nothing calls this directly
no test coverage detected
searching dependent graphs…