Safe Haskell | None |
---|---|
Language | Haskell2010 |
Calamity.Internal.BoundedStore
Description
A thing for storing the last N things with IDs
Documentation
data BoundedStore a Source #
Constructors
BoundedStore | |
Instances
addItem :: HasID' a => a -> BoundedStore a -> BoundedStore a Source #
dropItem :: Snowflake a -> BoundedStore a -> BoundedStore a Source #