Polymorphic copy: Difference between revisions

m
No edit summary
Line 656:
 
// in the terminology of the Go language reference, i1, i2, and i3
// still have static type ti, but now have different dynamic types.
i1, i2, i3 = t1, s1, r1
fmt.Println("\nPolymorphic:")
1,707

edits