index
:
~runxiyu
/
furgit.git
this commit
master
next
Git library in pure Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
lru
/
entries.go
blob: 132f8f7e629e540b6347d7532e4709589c795798 (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
7
package
lru
type
entry
[
K
comparable
,
V
any
]
struct
{
key
K
value
V
weight
int64
}