SerenityJS
    Preparing search index...

    Interface BinaryItem

    interface BinaryItem {
        compareTo(other: BinaryItem): number;
    }

    Implemented by

    Index

    Methods

    Methods