rattletrap-2.5.0: Parse and generate Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Rattletrap.Primitive.Dictionary

Documentation

data Dictionary a #

Constructors

Dictionary 

Fields

Instances

getElements :: Get a -> Get ([(Text, a)], Text) #

getElement :: Get a -> Get (Text, Maybe a) #

putDictionary :: (a -> Put) -> Dictionary a -> Put #