Repository URL to install this package:
func (T).* = ( mul1 mul2 ) func (T).add = ( add1 func(a, b T) T { return a + b } )