shithub: xui

ref: ca677a50fd03b97e8421d5ddcc9c793338c81058
dir: /space/offset/offset.go/

View raw version
package offset

type Opts int

const (
	Auto = 1 << (iota+1)
	Unset
)

type Of struct {
	Val int
	Opts
}