Redefine XRange as IterableIterator<number>
instead of a generator
#498
Labels
Change: major
[Issue / PR] describes a breaking change of any kind
Domain: main
[Issue / PR] describes change in the functionality, its optimization
Priority: medium
[Issue / PR] should be addressed without delay
Type: improvement
[Issue / PR] addresses lack of a functionality or an open possibility of enhancement
Change definition of
XRange
type toIterableIterator<number>
both inxrange
and@xrange/core
packages:https://github.com/parzh/xrange/blob/develop/src/typings/xrange.ts#L7(already deprecated)XRange
(define it exactly once in@xrange/core
)The text was updated successfully, but these errors were encountered: