goProject/trunk/goutil/mathUtil/iWeight.go

6 lines
62 B
Go
Raw Permalink Normal View History

2025-01-06 16:01:02 +08:00
package mathUtil
type IWeight interface {
GetWeight() int
}