Is there any way to create extension functions/pro...
# announcements
m
Is there any way to create extension functions/properties that apply to a
typealias
but not to the actual type?
i
mfulton26: No, type alias and aliased type are interchangeable
m
okay; thanks