load()
Atomically loads and returns the current value of this reference.
Declaration
func load() -> Instance?Return Value
A value of Instance if the lazy reference was written to, or nil if it has not been written to yet.
Atomically loads and returns the current value of this reference.
func load() -> Instance?A value of Instance if the lazy reference was written to, or nil if it has not been written to yet.