Hacker News new | past | comments | ask | show | jobs | submit login

> there is nothing to stop someone from adding to Widget until it crosses the threshold of "expensive"

Generally, things that are passed by value are de-facto “frozen” and will not have new members added to them, as they’d no longer be “zero cost”. For example, std:string::iterator is “logically” a char * and this will likely never change.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: