type compress/bzip2.moveToFrontDecoder

7 uses

	compress/bzip2 (current package)
		move_to_front.go#L14: type moveToFrontDecoder []byte
		move_to_front.go#L18: func newMTFDecoder(symbols []byte) moveToFrontDecoder {
		move_to_front.go#L22: 	return moveToFrontDecoder(symbols)
		move_to_front.go#L27: func newMTFDecoderWithRange(n int) moveToFrontDecoder {
		move_to_front.go#L36: 	return moveToFrontDecoder(m)
		move_to_front.go#L39: func (m moveToFrontDecoder) Decode(n int) (b byte) {
		move_to_front.go#L51: func (m moveToFrontDecoder) First() byte {