Skip to content
Michael Rojas edited this page Jun 24, 2021 · 1 revision

dastal - v5.0.0 / Sorted

Interface: Sorted<T>

Represents an object containing a set of sorted elements.

Type parameters

Name
T

Hierarchy

Table of contents

Methods

Methods

comparator

comparator(): CompareFn<T>

Returns

CompareFn<T>

The function with which elements are sorted

Defined in

src/index.ts:61

Clone this wiki locally