6 lines
91 B
Go
6 lines
91 B
Go
|
|
type spec struct {
|
||
|
|
ordering func(cell, cell) bool
|
||
|
|
column int
|
||
|
|
reverse bool
|
||
|
|
}
|