Closed hgm-king closed 7 months ago
Could never remember the hard coded HashMap::from([(key, value),(key, value)]) pattern, so I made a builder type and documented it.
HashMap::from([(key, value),(key, value)])
Could never remember the hard coded
HashMap::from([(key, value),(key, value)])
pattern, so I made a builder type and documented it.Issues
34