i tried `interface IxState<D: Any, C: Comparabl...
# getting-started
h
i tried
interface IxState<D: Any, C: Comparable<Number>>
but that doesn't accept
Float
even though its both
Number
and
Comparable<Float>