<@U0JRS2YUB>: no… you also can call any function/o...
# announcements
a
@sreich: no… you also can call any function/operator of the original type on the type alias, like
typealias UserId = String
and then
val newUserId = userId + “yeah…”