How does this compare to "Accept interfaces, return structs" in Go?
How does this compare to "Accept interfaces, return structs" in Go?
Posted Apr 25, 2024 16:10 UTC (Thu) by rds (guest, #19403)In reply to: How does this compare to "Accept interfaces, return structs" in Go? by davecb
Parent article: Existential types in Rust
Yes, but does it resolve the interfaces to a specific instance type at compile time? The article states that Rust does/will do this.
