That got me thinking. You can define `<T : Any&...
# getting-started
r
That got me thinking. You can define
<T : Any>
to ensure it's not nullable, but is there a way to ensure it is always nullable? Or do you just use
T?
everywhere in the class?