I can't get the compiler to understand what I want...
# getting-started
b
I can't get the compiler to understand what I want to do with coerceIn
✔️ 1
s
you might actually be able to get away with this:
Copy code
interface XYSpeedPositioner<T> : XYPositioner<T> where T : Number, T : Comparable<Number>
b
Beautiful thanks, that works really well didn't know about that.
👍 1