coercion_form.go 83 B

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