Eivind Reime
2 innlegg
Ta hensyn til kognitive funksjonsnedsettelser!
TilgjengelighetArtikkel (2 min)Fra Eivind Reime
Operator Overloading
KotlinArtikkel (3 min)Fra Eivind Reime
Have you ever tried to use the compare operations on two instances of your self-made data class in Kotlin just to realize it is not possible? By employing operator overloading, you are actually able to do so!
Have you ever tried to use the compare operations on two instances of your self-made data class in Kotlin just to realize it is not possible? By employing operator overloading, you are actually able to do so!