Quiz 5
1. What is 'std::hint::black_box' used for?
2. Which types are 'Unpin' by default?
3. What is 'Link-Time Optimization' (LTO)?
4. Why is a slice reference (&[T]) 16 bytes on a 64-bit system?
5. Does 'unsafe' turn off the borrow checker?
6. What is a 'Dangling Pointer'?
7. What is 'Lock Contention'?
8. What does 'std::ptr::read' do?
9. What is 'Constant Evaluation'?
10. What is the meaning of the '?Sized' bound?
Previous Next