(no title)
airspeedswift | 9 months ago
Swift and Rust also allow their protocols to be erased and dispatched dynamically (dyn in Rust, any in Swift). But in both languages that's more of a "when you need it" thing, generics are the preferred tool.
airspeedswift | 9 months ago
Swift and Rust also allow their protocols to be erased and dispatched dynamically (dyn in Rust, any in Swift). But in both languages that's more of a "when you need it" thing, generics are the preferred tool.
dontlaugh|9 months ago
This is not a bad thing, I was just pointing out that Go doesn't have a performance advantage over Swift.