frontend
    Preparing search index...

    Interface PyramidHint

    A suggested pair/king removal hint in Pyramid.

    interface PyramidHint {
        col1: number;
        col2: number;
        row1: number;
        row2: number;
        type: string;
    }
    Index

    Properties

    Properties

    col1: number
    col2: number
    row1: number
    row2: number
    type: string