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