Y
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
mcpherrinm
4683 days ago
Indeed, it would.
link