Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.
These functions were added to all preludes in Rust 1.80.
|
||
|---|---|---|
| .. | ||
| btree | ||
| binary_heap.rs | ||
| lib.rs | ||
| linked_list.rs | ||
| slice.rs | ||
| str.rs | ||
| string.rs | ||
| vec.rs | ||
| vec_deque.rs | ||
| vec_deque_append.rs | ||