@mirei/ts-collections
    Preparing search index...

      @mirei/ts-collections

      Enumerations

      CollectionChangedAction

      Classes

      AbstractCollection
      AbstractEnumerable
      AbstractImmutableCollection
      AbstractList
      AbstractRandomAccessCollection
      AbstractRandomAccessImmutableCollection
      AbstractReadonlyCollection
      AbstractSet
      AbstractTree
      AsyncEnumerable
      AsyncEnumerator
      CircularLinkedList
      CircularQueue
      Dictionary
      Enumerable
      EnumerableSet
      Enumerator
      Group
      Heap
      ImmutableCircularQueue
      ImmutableDictionary
      ImmutableHeap
      ImmutableList
      ImmutablePriorityQueue
      ImmutableQueue
      ImmutableSet
      ImmutableSortedDictionary
      ImmutableSortedSet
      ImmutableStack
      ImmutableTrie
      KeyValuePair
      LinkedList
      List
      Lookup
      ObservableCollection
      OrderedAsyncEnumerator
      OrderedEnumerator
      PriorityQueue
      Queue
      ReadonlyCollection
      ReadonlyDictionary
      ReadonlyList
      RedBlackTree
      SortedDictionary
      SortedSet
      Stack
      Trie

      Interfaces

      Accumulator
      AsyncPipeOperator
      EqualityComparator
      IAsyncEnumerable
      ICollection
      ICollectionChangedEventArgs
      IDictionary
      IEnumerable
      IGroup
      IImmutableCollection
      IImmutableDictionary
      IList
      ILookup
      IndexedAction
      IndexedPredicate
      IndexedSelector
      IndexedTupleSelector
      IndexedTypePredicate
      IOrderedAsyncEnumerable
      IOrderedEnumerable
      IRandomAccessCollection
      IRandomAccessImmutableCollection
      IReadonlyCollection
      IReadonlyDictionary
      IReadonlyList
      ISet
      ITree
      JoinSelector
      OrderComparator
      PairwiseSelector
      PipeOperator
      Predicate
      Selector
      TypePredicate
      Zipper

      Type Aliases

      MedianTieStrategy
      PercentileStrategy
      TraverseType

      Functions

      aggregate
      aggregateBy
      all
      any
      append
      atLeast
      atMost
      average
      binarySearch
      cartesian
      cast
      chunk
      combinations
      compact
      concat
      contains
      correlation
      correlationBy
      count
      countBy
      covariance
      covarianceBy
      cycle
      defaultIfEmpty
      disjoint
      disjointBy
      distinct
      distinctBy
      distinctUntilChanged
      distinctUntilChangedBy
      elementAt
      elementAtOrDefault
      empty
      exactly
      except
      exceptBy
      first
      firstOrDefault
      forEach
      from
      groupBy
      groupJoin
      index
      infiniteSequence
      interleave
      intersect
      intersectBy
      intersperse
      join
      last
      lastOrDefault
      leftJoin
      max
      maxBy
      median
      min
      minBy
      mode
      modeOrDefault
      multimode
      none
      ofType
      order
      orderBy
      orderByDescending
      orderDescending
      pairwise
      partition
      percentile
      permutations
      pipe
      prepend
      product
      range
      repeat
      reverse
      reverseInPlace
      rightJoin
      rotate
      scan
      select
      selectMany
      sequence
      sequenceEqual
      shuffle
      shuffleInPlace
      single
      singleOrDefault
      skip
      skipLast
      skipUntil
      skipWhile
      span
      standardDeviation
      step
      sum
      swap
      take
      takeLast
      takeUntil
      takeWhile
      tap
      toArray
      toCircularLinkedList
      toCircularQueue
      toDictionary
      toEnumerableSet
      toImmutableCircularQueue
      toImmutableDictionary
      toImmutableList
      toImmutablePriorityQueue
      toImmutableQueue
      toImmutableSet
      toImmutableSortedDictionary
      toImmutableSortedSet
      toImmutableStack
      toLinkedList
      toList
      toLookup
      toMap
      toObject
      toPriorityQueue
      toQueue
      toSet
      toSortedDictionary
      toSortedSet
      toStack
      union
      unionBy
      variance
      where
      windows
      zip
      zipMany