mwg API
    Preparing search index...

    Interface MwlMap

    interface MwlMap {
        codes: readonly string[];
        height: number;
        id: string;
        starts: Readonly<Record<string, readonly MwlMapStart[]>>;
        width: number;
    }
    Index
    codes: readonly string[]

    row-major terrain codes, keep markers stripped

    height: number
    id: string
    starts: Readonly<Record<string, readonly MwlMapStart[]>>

    side id -> keep/start positions; the id a <side> <code> token names, number or not

    width: number