Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <E : Enum<*>> Enum.Companion.fromOrdinal(ordinal: Int, orElse: (Int) -> E = { throw LevelConversionException { "Couldn't convert $ordinal to an enum of ${E::class.simpleName}" } }): E
Get an enum instance from the ordinal value.
Link copied to clipboard
Invokes the given block if the receiver is not empty.
Link copied to clipboard
Link copied to clipboard
Converts an invokable to a string safely.