vRp.CD2g_test/utils/geometry/dp/link.go

7 lines
58 B
Go

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