macro_rules! singleton { ($ty:ty, $value:expr) => { ... }; }
Create a lazy initialized, globally unique 'static reference to a value.
'static