newbie here... say i have - typealias Record = Mu...
# announcements
s
newbie here... say i have - typealias Record = MutableMap<String, String?>. how can i declare variable of this type ? val rec = Record() is wrong.