opc-xml-da-client-0.1: OPC XML-DA Client
Safe HaskellNone
LanguageHaskell2010

OpcXmlDaClient.Base.HashMap

Description

Utilities for HashMap.

Synopsis

Documentation

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.