generics are about parametric polymorphism, basically allowing types to be parameterized generics are not about artibrary data, you'll still need []byte for that
Well, yes, but I could have datatypes representing multiple formats that simply hold []byte s
so you want your API to accept different file formats?
Обсуждают сегодня