Skip to content

codelicia/niltok

Repository files navigation

🪢 Codelicia/Niltok

Niltok is a set of function and classes designed to facilitate our daily development tasks. It's interface was heavily based on kotlin, and can be very useful for efficiency and functional programming.

Functions

  • entails(bool, ?string)
  • println(string)
  • check(bool, ?string)
  • throws(bool, Throwable)
  • TODO(string)
  • windowed(array, int, int, (x) -> y)
  • error(string)
  • repeat(int, (index) -> void)

Classes

  • IntRange
  • Pair

Releases

No releases published

Packages

No packages published

Languages