getEntryFromValueOrNull

abstract fun getEntryFromValueOrNull(v: UInt): T?

Returns the entry corresponding to the given value if it exists in the enum, null otherwise.