Hacker News new | ask | show | jobs
by goldsteinq 495 days ago
> This means it has a known size (The same as a usize.)

Double that of a usize, since str is an unsized type and needs a fat pointer.