Package-level declarations

Types

Link copied to clipboard
class BpkTheme

Functions

Link copied to clipboard
fun <T> unsafeLazy(init: () -> T): Lazy<T>

The same semantic as lazy with LazyThreadSafetyMode.NONE, but inlines the functor.