Hacker News new | ask | show | jobs
by frizlab 20 days ago
Yes, but only classes are GC (refcounted as parent comment says, indeed). structs and other elements are not.

You can even use the same ownership model as rust (borrowing et al.) with non copyable types.