@blockchaincommons/dcbor - v1.0.0-beta.3
    Preparing search index...

    Interface CBORSortable<T>

    A collection that can be sorted by CBOR encoding. arraySortable and setSortable wrap an array or a set in this interface.

    interface CBORSortable<T extends CborInput> {
        sortByCborEncoding(): T[];
    }

    Type Parameters

    Index