Matthias Krüger f2b7a299d2
Rollup merge of #136289 - Pyr0de:oncecell-docs, r=tgross35
OnceCell & OnceLock docs: Using (un)initialized consistently

Changed
* `set` / `initialize` / `full` to `initialized state`
* `uninitialize` / `empty` to `uninitialized state`
* `f` to `f()`
* Added explaination of `uninitialized state` & `initialized state`

[OnceCell Docs](https://doc.rust-lang.org/nightly/std/cell/struct.OnceCell.html)
[OnceLock Docs](https://doc.rust-lang.org/nightly/std/sync/struct.OnceLock.html)

Fixes #85716
``@rustbot`` label +A-docs
2025-02-03 21:11:33 +01:00
..
fmt
2025-01-08 22:11:33 +01:00
2024-12-27 10:07:10 +00:00
2025-01-14 17:28:33 +01:00
2025-01-07 14:30:02 +02:00
2025-01-11 06:35:21 +02:00
2025-01-30 11:48:26 +01:00
2025-02-01 13:32:01 +01:00