pub trait IsAbsoluteField: IsField {
    type Hop1Zuo1Iter: Iterator<Item = ColorAndProf>;

    fn yhuap_initial() -> Self;
    fn hop1zuo1_of(&self, side: AbsoluteSide) -> Self::Hop1Zuo1Iter;
}
Expand description

A trait that signifies that you can use it as a Field in absolute coordinates /絶対座標で書かれた Field として扱える型を表すトレイト

Required Associated Types§

Required Methods§

The initial arrangement of the official (yhuap) rule

Implementors§