traviso.js - v0.1.12
    Preparing search index...

    Type Alias TColumnRowPair

    Type declaration for column-row pair objects

    type TColumnRowPair = {
        c: number;
        r: number;
    }
    Index

    Properties

    c r

    Properties

    c: number

    column index of the column-row pair

    r: number

    row index of the column-row pair