70a88ca8b4
IMPROVED: * Removed *BROKEN* dep. lrn2fixurshitk
14 lines
196 B
Go
14 lines
196 B
Go
package auger
|
|
|
|
import (
|
|
`r00t2.io/goutils/bitmask`
|
|
)
|
|
|
|
// toMb returns a bitmask.MaskBit of this includeOpt.
|
|
func (i includeOpt) toMb() (mb bitmask.MaskBit) {
|
|
|
|
mb = bitmask.MaskBit(i)
|
|
|
|
return
|
|
}
|