grouping_set_kind.go 89 B

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