示例#1
0
func (b *Board) EndRow() core.Row {
	return core.Row(-1)
}
示例#2
0
func (b *Board) FirstRow() core.Row {
	return core.Row(b.height - 1)
}