Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 193 Bytes

KotlinStuff.md

File metadata and controls

12 lines (7 loc) · 193 Bytes

Kotlin stuff

Learned about K. Kool!

  • abysmal build times

Idioms

  • requireNotNull
  • negated is: if (a !is SomeClass)
  • operator overloading: list += elem instead of list.add(elem)