[][src]Type Definition sweeper::ChordOutcome

type ChordOutcome = [ClickOutcome; 8];

The outcome of a chord operation.

The entries are the adjacent & diagonal tiles in clockwise order, starting from top-left: ↖, ↑, ↗, →, ↘, ↓, ↙, ←.