import "github.com/v2ray/v2ray-core/common/bitmask"
byte.go
type Byte byte
Byte is a bitmask in byte.
func (b *Byte) Clear(bb Byte)
func (b Byte) Has(bb Byte) bool
Has returns true if this bitmask contains another bitmask.
func (b *Byte) Set(bb Byte)
func (b *Byte) Toggle(bb Byte)
Updated 2019-02-28. Refresh now. Tools for package owners.