ConsumeOptions Interface
Package: @esfx/iter-fn
Declaration
export interface ConsumeOptions
Properties
cacheElements
Indicates whether iterated elements should be cached for subsequent iterations.
Declaration
cacheElements?: boolean;
Property Value
leaveOpen
Indicates whether to leave the iterator open when the iterable returns.
Declaration
leaveOpen?: boolean;