Quiz 2
1. Why use 'MaybeUninit<T>' instead of 'mem::uninitialized'?
2. What does '#[repr(C)]' guarantee?
3. What is 'Trait Coherence'?
4. What is 'Ordering::SeqCst' in atomics?
5. Which of these uses a vtable?
6. What is the 'Drop Checker'?
7. What is a 'Procedural Macro'?
8. What is 'Macro Hygiene'?
9. What is the significance of 'UnsafeCell<T>'?
10. What is a 'Zero Sized Type' (ZST)?
Previous Next