Garden 🌻

todo

Throw an exception because you haven't written this code yet.

This is useful for work-in-progress code, and will trigger a warning so you don't forget to finish the code later.

Source Codepublic fun todo(): NoValue {
  throw("Not yet implemented")
}