weakLazy
Returns a WeakLazy that computes its value with initializer.
See WeakLazy for the caching, collection, and thread-safety contract.
val icons = weakLazy { decodeIconAtlas() }Content copied to clipboard
Parameters
initializer
computes the value; may run more than once.