harmboschloo / elm-ecs / Ecs.Singletons1


type Singletons1 a1

A container type for 1 singleton type.

init : a1 -> Singletons1 a1

Initialize a container type for 1 singleton type.

specs : (Ecs.Internal.SingletonSpec a1 (Singletons1 a1) -> specs) -> specs

Create all singleton specifications for 1 singleton type.