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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |