You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: