Files
vRp.CD2g_test/utils/geometry/dp/link.go
2023-06-19 11:37:09 +08:00

7 lines
58 B
Go

package dp
type Link[V any] struct {
Pos int
Item V
}