JamesMunns[m]: > <@jamesmunns:beeper.com> What do you mean? > > ```rust > static EXAMPLE: StaticCell = StaticCell::new(); > > fn main() { > let x: &'static mut u32 = EXAMPLE.init(42); > } > ``` it initializes the cell *and* gives you back a reference to the contents.