binary icon indicating copy to clipboard operation
binary copied to clipboard

support for maps of structs

Open sbinet opened this issue 10 years ago • 0 comments

add support for map[Key]Value where Key and Value are structs holding structs.

it may be a bit more contentious as this will create a copy of the key and value if one cannot take their address.

I added it for symetry, I don't use it (for now at least.)

sbinet avatar Oct 02 '14 07:10 sbinet