6 ms·
What is it that Go supposedly calls casting? The term (or its variations) does not show up in the language specification. People sometimes use it for type conv
by slrz 4y ago
What is it that Go supposedly calls casting? The term (or its variations) does not show up in the language specification.
People sometimes use it for type conversions but that's in line with usage elsewhere, no?
- merely-unlikely 4y agoAre you talking about type assertions? It's right there in the Go Tour. But that's a different thing than a type conversion.