Type Parameters

  • T

Hierarchy

  • RangeBase<T>
    • DoubleLinkedListRange

Constructors

Properties

Accessors

Methods

Constructors

  • Type Parameters

    • T

    Parameters

    • _startNode: undefined | DLNode<T>
    • _endNode: undefined | DLNode<T>
    • reversed: boolean

    Returns DoubleLinkedListRange<T>

Properties

reversed: boolean

Accessors

Methods

  • Returns IterableIterator<T, any, any>

  • Filters this range using the given predicate. Iterating over the newly returned range will cause all cursors that did not match the predicate to be omitted.

    Parameters

    Returns Range<T>