memviz icon indicating copy to clipboard operation
memviz copied to clipboard

Special case rendering for sets

Open bradleyjkemp opened this issue 7 years ago • 0 comments

For maps of the form map[*something]struct{} we can render these specially as a set (i.e. don't bother rendering the empty struct every time). Similar could be done for map[*something]bool but that's less safe as that might not actually be a set

bradleyjkemp avatar Jan 28 '18 15:01 bradleyjkemp