I'm getting around it using `serializeRef(it as Re...
# announcements
r
I'm getting around it using
serializeRef(it as RefHolder<Nothing>, ...)
which works due to erasure, but it feels wrong and dirty.
a
Does
source.refs
contain `Ref`s with the same or different`T`s?
r
Different, thus the need for
<*>