shithub: xui

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