tokyocabinet-haskell-0.0.5: Haskell binding of Tokyo CabinetSource codeContentsIndex
Database.TokyoCabinet.Associative
Documentation
class Associative a whereSource
Methods
withMap :: (Storable k, Storable v) => a k v -> (Ptr MAP -> IO b) -> IO bSource
peekMap' :: (Storable k, Storable v) => Ptr MAP -> IO (a k v)Source
newtype AssocList k v Source
Constructors
AssocList
unAssocList :: [(k, v)]
Produced by Haddock version 2.6.1