Package-level declarations

Additional pure-Kotlin implementations that are useful when no platform-specific implementation is available, when the exact same behavior must be provided on all platforms, or to help with testing.

Types

Link copied to clipboard

Fake implementation of WeakRef.

Functions

Link copied to clipboard

A WeakMap implementation that immediately frees its elements.

Link copied to clipboard

A WeakMap implementation that isn't weak.

Link copied to clipboard

A pure-Kotlin common WeakMap implementation using SoftRef.

Link copied to clipboard

A pure-Kotlin common WeakMap implementation using WeakRef.

Link copied to clipboard

A pure-Kotlin common WeakMap implementation using SoftRef.

Link copied to clipboard

A pure-Kotlin common WeakMap implementation using WeakRef.