//!//! Module containing all the necessary for playing Go.
//! The goban structure. The stone structure.
//!usearrayvec::ArrayVec;pub(super)typeNat=u8;pub(super)typeBoardIdx=usize;pub(super)typeConnections<T=BoardIdx>=ArrayVec<T, 4>;pubmodgroup;pubmodgoban;pubmodstones;pubmodterritory;pubmodutil;pubmodzobrist;