rust/library/core/src/cell
Jubilee 12b59e52bc
Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu
Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`

Tracking issue for `lazy_get`: https://github.com/rust-lang/rust/issues/129333
2024-09-18 14:32:26 -07:00
..
lazy.rs library: Call it really_init_mut to avoid name collisions 2024-09-18 11:39:24 -07:00
once.rs Add const_cell_into_inner to OnceCell 2024-08-21 17:36:05 -05:00