Companion

object Companion

Functions

Link copied to clipboard
fun find(char: Char): ERROR CLASS: Unresolved name: find

Tries to find the first key based on its associated characters.

fun find(value: Int): ERROR CLASS: Unresolved name: find

Tries to find a key based on its input code.

Link copied to clipboard
fun findAll(char: Char): ERROR CLASS: Unresolved name: filter

Tries to find all keys based on their associated characters.