PBKware JS Utils - v0.8.2
    Preparing search index...

    Interface BinarySearchResult

    interface BinarySearchResult {
        found: boolean;
        index: number;
    }
    Index

    Properties

    Properties

    found: boolean
    index: number