OpcXmlDaClient.Base.HashMap
Description
Utilities for HashMap.
autoincrementedFoldable :: (Foldable f, Hashable k, Eq k) => f k -> (Int -> v) -> HashMap k v Source #
Build a hash map from keys to autoincremented ids using a projection function from int.
The ids are generated by incrementing a counter starting from 0.