Hacker News new | ask | show | jobs
by sanxiyn 2757 days ago
> In D, . is used for both.

Yes, this is a great feature. Rust also does this, and I attribute substantial portion of ease of refactoring Rust to this feature.

1 comments

Oddly enough, so does Cython.