Hacker News new | ask | show | jobs
by WalterBright 18 days ago
Although D is a strongly typed language, it is very good at type inference. The `s` is inferred as `string`, and `i` as `size_t`.