github.com/primecitizens/pcz/std@v0.2.1/builtin/map/convention.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright 2023 The Prime Citizens 3 4 package stdmap 5 6 type ( 7 mapextra = MapExtra 8 bmap = MapBucket 9 hmap = HashMap 10 hiter = HashIter 11 )