vRp.CD2g_test/utils/g2d/radiation_pattern_item.go

7 lines
103 B
Go

package g2d
type RadiationPatternItem[Type comparable] interface {
GetGuid() int64
GetType() Type
}