Searched defs:Contravariant (Results 1 – 2 of 2) sorted by relevance
24 type Contravariant<T> = (arg: T) => void; alias