Nth

value class Nth(val nth: Int) : NthPointSelector(source)

The nth of something. E.g. the 4th Sunday in a month

Constructors

Link copied to clipboard
constructor(nth: Int)

Properties

Link copied to clipboard
val nth: Int

Functions

Link copied to clipboard
operator fun rangeTo(end: Nth): NthRange
Link copied to clipboard
open override fun toString(): String