Y
Hacker News
new
|
ask
|
show
|
jobs
by
Zababa
1719 days ago
Not exactly. For example, in Rust, you can do unions for traits:
https://play.rust-lang.org/?version=stable&mode=debug&editio...
. OCaml has the same system for its objects, where objects are structurally typed.