size_of, size_of_val, align_of, and align_of_val are now in the rust prelude: https://github.com/rust-lang/rust/pull/123168/ We can clean up references to these functions. Credit to Pyrious for the idea
size_of, size_of_val, align_of, and align_of_val are now in the rust prelude: rust-lang/rust#123168
We can clean up references to these functions.
Credit to Pyrious for the idea