You can try to make a function or an extension fun...
# getting-started
i
You can try to make a function or an extension function for
NodeHolder<T>
, which doesnt't take
T
as a parameter, for example,
NodeHolder<T>.bindAt(position: Int)
. Then you'll be able to call such extension on
NodeHolder<out T>
.