//
pkg.gl
Category
github.com/go-curses/cdk
lib
bits
package
0.5.23
Repository:
https://github.com/go-curses/cdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
4 SLOC
#
Functions
Clear
Clear returns `flag` with the given `mask` removed.
Has
Has returns TRUE if `flag` has the given `mask` present.
Set
Set returns `flag` with the given `mask` added.
Toggle
Toggle returns `flag` with the state of `mask` inverted.