<@U1UPP8WSX> Just cast it using the "as" operator,...
# getting-started
d
@richodemus Just cast it using the "as" operator, it's an upcast since MutableList inherits from List. If you're passing around, you don't even need to cast because the upcast is safe and it's done automatically