@lakuna/ugl
    Preparing search index...

    Interface Pair

    A pair of numbers.

    interface Pair {
        "0": number;
        "1": number;
    }
    Index

    Properties

    0 1

    Properties

    "0": number

    The first number in the pair, typically representing the width of a rectangle or the lower end of a range.

    "1": number

    The second number in the pair, typically representing the height of a rectangle or the upper end of a range.