shithub: xui

ref: a8bb4e36f51179ad6b544d2236600b88aab371d2
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
}