shithub: xui

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