Record OnceLockpub

Source
:record(pub) OnceLock a
  .value (Option a)
Description

One-shot cell distinct from Lazy. Constructable empty and initialised by the first .get-or-init call. Once set, the value MUST NOT change. Spec declares unique; dropped per divergence #1.

Fields

.value Option(a)