Hacker News new | ask | show | jobs
by justinpombrio 1504 days ago
> What do you think "unwrap" does?

It panics just like my `my_vector[2]` example does. What did you think `my_vector[2]` did? Libraries use `my_vector[2]` too. I don't get why we're changing topics from one commonly used panicking operation to another.