github.com/anacrolix/torrent@v1.61.0/internal/indexed/table.go (about) 1 package indexed 2 3 type Table[R comparable] struct { 4 table[R] 5 }