submitted by /u/MishaalRahman [comments] Source link
For us lot, who strive to clean up and make our code look pretty, Kotlin has a nifty little feature. It’s called type aliasing, and we can harness the functionality with the keyword typealias. This week, we will be seeing where and how type aliasing makes sense and how to start using type aliases in […]