HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 16 hours agoWhy make it complicated?lemmy.mlimagemessage-square26fedilinkarrow-up164arrow-down110file-text
arrow-up154arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 16 hours agomessage-square26fedilinkfile-text
minus-squareByteWelder@feddit.nllinkfedilinkEnglisharrow-up3·4 hours agoIn Kotlin, you can have the type become implicit with the former syntax: let text = number.toString() (text is a String here)
In Kotlin, you can have the type become implicit with the former syntax:
let text = number.toString()
(text
is aString
here)