Trevixal API
    Preparing search index...

    Interface PositionMapper

    Maps positions from before a change to after it.

    interface PositionMapper {
        mapPosition(position: Position, bias?: Bias): Position;
    }

    Implemented by

    Index