package le

Import Path
	github.com/klauspost/compress/internal/le (on go.dev)

Dependency Relation
	imports one package, and imported by 4 packages

Involved Source Files le.go unsafe_enabled.go
Package-Level Type Names (only one)
/* sort by: | */
type Indexer (interface)
Package-Level Functions (total 7)
Type Parameters: I: Indexer Load16 will load from b at index i.
Type Parameters: I: Indexer Load32 will load from b at index i.
Type Parameters: I: Indexer Load64 will load from b at index i.
Type Parameters: I: Indexer Load8 will load from b at index i.
Store16 will store v at b.
Store32 will store v at b.
Store64 will store v at b.