maciejhirsz / beef

Faster, more compact implementation of std::borrow::Cow
https://crates.io/crates/beef
Apache License 2.0
338 stars 17 forks source link

Use a shorter way for WORD #36

Open pickfire opened 4 years ago

pickfire commented 4 years ago

&() is the same as usize, which is pointer size, it also looks shorter