// codegen:start {preset: barrel, include: ./operations/*.ts, prefix: "@tsplus/stdlib/collections/HashMap"} export * from "@tsplus/stdlib/collections/HashMap/operations/beginMutation" export * from "@tsplus/stdlib/collections/HashMap/operations/collect" export * from "@tsplus/stdlib/collections/HashMap/operations/collectWithIndex" export * from "@tsplus/stdlib/collections/HashMap/operations/compact" export * from "@tsplus/stdlib/collections/HashMap/operations/empty" export * from "@tsplus/stdlib/collections/HashMap/operations/endMutation" export * from "@tsplus/stdlib/collections/HashMap/operations/filter" export * from "@tsplus/stdlib/collections/HashMap/operations/filterWithIndex" export * from "@tsplus/stdlib/collections/HashMap/operations/flatMap" export * from "@tsplus/stdlib/collections/HashMap/operations/flatMapWithIndex" export * from "@tsplus/stdlib/collections/HashMap/operations/forEach" export * from "@tsplus/stdlib/collections/HashMap/operations/forEachWithIndex" export * from "@tsplus/stdlib/collections/HashMap/operations/from" export * from "@tsplus/stdlib/collections/HashMap/operations/get" export * from "@tsplus/stdlib/collections/HashMap/operations/getAssociative" export * from "@tsplus/stdlib/collections/HashMap/operations/hasHash" export * from "@tsplus/stdlib/collections/HashMap/operations/isEmpty" export * from "@tsplus/stdlib/collections/HashMap/operations/keys" export * from "@tsplus/stdlib/collections/HashMap/operations/keySet" export * from "@tsplus/stdlib/collections/HashMap/operations/make" export * from "@tsplus/stdlib/collections/HashMap/operations/map" export * from "@tsplus/stdlib/collections/HashMap/operations/mapWithIndex" export * from "@tsplus/stdlib/collections/HashMap/operations/modify" export * from "@tsplus/stdlib/collections/HashMap/operations/modifyHash" export * from "@tsplus/stdlib/collections/HashMap/operations/mutate" export * from "@tsplus/stdlib/collections/HashMap/operations/node" export * from "@tsplus/stdlib/collections/HashMap/operations/reduce" export * from "@tsplus/stdlib/collections/HashMap/operations/reduceWithIndex" export * from "@tsplus/stdlib/collections/HashMap/operations/remove" export * from "@tsplus/stdlib/collections/HashMap/operations/removeMany" export * from "@tsplus/stdlib/collections/HashMap/operations/set" export * from "@tsplus/stdlib/collections/HashMap/operations/setTree" export * from "@tsplus/stdlib/collections/HashMap/operations/size" export * from "@tsplus/stdlib/collections/HashMap/operations/toCollection" export * from "@tsplus/stdlib/collections/HashMap/operations/union" export * from "@tsplus/stdlib/collections/HashMap/operations/unsafeGet" export * from "@tsplus/stdlib/collections/HashMap/operations/update" export * from "@tsplus/stdlib/collections/HashMap/operations/values" // codegen:end