I use typealiases in my Kotlin code a lot, but I wonder if I can enforce type-safety on them. typealias Latitude = Double typealias Longitude = Double fun ...
確定! 回上一頁