Hacker News new | ask | show | jobs
by frizlab 570 days ago
Swift has assert (removed when compiling w/ optimizations) and precondition (usually kept but can be removed w/ compiler option, and compiler might make assumptions depending on content of precondition).