min_max_op.go 75 B

1234567
  1. package pg
  2. type MinMaxOp uint
  3. func (n *MinMaxOp) Pos() int {
  4. return 0
  5. }