Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Aztecs.ECS.World.Storage
Documentation
class (Typeable s, NFData s, Typeable a) => Storage a s where Source #
Component storage, containing zero or many components of the same type.
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Aztecs.ECS.World.Storage
class (Typeable s, NFData s, Typeable a) => Storage a s where Source #
Component storage, containing zero or many components of the same type.