type github.com/klauspost/compress/internal/le.Indexer
6 uses
github.com/klauspost/compress/internal/le (current package)
le.go#L3: type Indexer interface {
unsafe_enabled.go#L12: func Load8[I Indexer](b []byte, i I) byte {
unsafe_enabled.go#L19: func Load16[I Indexer](b []byte, i I) uint16 {
unsafe_enabled.go#L26: func Load32[I Indexer](b []byte, i I) uint32 {
unsafe_enabled.go#L33: func Load64[I Indexer](b []byte, i I) uint64 {
unsafe_enabled.go#L50: func Store64[I Indexer](b []byte, i I, v uint64) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |