Closed fogfish closed 2 years ago
The following syntax does not protect api from mixing constrains of different types
type Constrain[T Thing] interface{}
It is required
type Constrain[T Thing] interface{ TypeOf(T) }
fixed by #59
The following syntax does not protect api from mixing constrains of different types
It is required