Type Alias VisitorOpts

VisitorOpts: {
    boundsWrap?: BoundsLogic;
    debug?: boolean;
    reversed?: boolean;
    visited?: ISetMutable<Cell>;
}