DEBSOURCES
Skip Quicknav
sources / golang-github-klauspost-compress / 1.18.0%2Bds1-1 / internal / le / le.go
12345
package le type Indexer interface { int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64 }