Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias Comparator<V>

    Comparator: (self: V, other: V) => Ordering

    A type that compares the self value to other and returns an ordering in respect to self.

    e.g. self < other => Ordering.Less, self > other => Ordering.Greater

    Type Parameters

    • V

    Type Declaration