package mathUtil type IWeight interface { GetWeight() int }