suyashkumar / dicom

⚡High Performance DICOM Medical Image Parser in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider updating type system to use Go generics

suyashkumar opened this issue · comments

Now that go has generics we will want to update the Element value APIs to make use of them at some point:

type Value interface {

@suyashkumar Are you just referring to using any instead of interface{} wherever possible, if so I'd be happy to go through the repository (either in batches or all together, whatever you prefer)