Exemple #1
0
 public static char FileChar(this Square s) => s.File().FileChar();
Exemple #2
0
 public static BitBoard BitBoardFile(this Square @this) => FileBB[@this.File().AsInt()];