shithub: xui

ref: 00d144fb31327e3e7181f669c58d6fdbe0c9485e
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
}