Package-level declarations

Types

Link copied to clipboard
abstract class DestinationsNavType<T> : NavType<T>

Source https://github.com/raamcosta/compose-destinations

Link copied to clipboard

Source https://github.com/raamcosta/compose-destinations

Properties

Link copied to clipboard
const val DECODED_NULL: String
Link copied to clipboard
const val ENCODED_NULL: String

Source https://github.com/raamcosta/compose-destinations

Link copied to clipboard
const val encodedComma: String

Functions

Link copied to clipboard
Link copied to clipboard

Source https://github.com/raamcosta/compose-destinations

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <E : Enum<*>> Class<E>.valueOfIgnoreCase(enumValueName: String): E