SortedCache<T> constructor

SortedCache<T>(
  1. int compare(
    1. T,
    2. T
    ),
  2. bool unique
)

Creates a new instance of Sorted cache

Implementation

SortedCache(this.compare, this.unique);