aboutsummaryrefslogtreecommitdiff
path: root/utils/collections/record.go
blob: a204436b5b18ee761dcab014434541ace4b00418 (plain)
1
2
3
package collections

type Record[K comparable, V any] map[K]V