snippet code ``` func Abs[V of.Number](v V) V{...} func Sum[K comparable, V of.Number](m map[K]V) V {...} ``` it is simple and smooth to type the word "of" better then "constraints"