Hacker News new | ask | show | jobs
by masklinn 4684 days ago
> The `~[u8]` would be written `std::unique_ptr<u8>` in C++.

Wouldn't it be `std::unique_ptr<std::vector<u8>>`?

1 comments

Indeed, it would.