type rsc.io/qr/coding.Bits

13 uses

	rsc.io/qr/coding (current package)
		qr.go#L58: 	Encode(b *Bits, v Version)
		qr.go#L61: type Bits struct {
		qr.go#L66: func (b *Bits) Reset() {
		qr.go#L71: func (b *Bits) Bits() int {
		qr.go#L75: func (b *Bits) Bytes() []byte {
		qr.go#L82: func (b *Bits) Append(p []byte) {
		qr.go#L90: func (b *Bits) Write(v uint, nbit int) {
		qr.go#L135: func (s Num) Encode(b *Bits, v Version) {
		qr.go#L178: func (s Alpha) Encode(b *Bits, v Version) {
		qr.go#L211: func (s String) Encode(b *Bits, v Version) {
		qr.go#L379: func (b *Bits) Pad(n int) {
		qr.go#L401: func (b *Bits) AddCheckBytes(v Version, l Level) {
		qr.go#L432: 	var b Bits