ValRef

data class ValRef<T>(val value: T)

A container class to store non-stable objects to enable better recomposition skipping

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
val value: T