harmboschloo / elm-ecs / Ecs.Singletons4


type Singletons4 a1 a2 a3 a4

A container type for 4 singleton types.

init : a1 -> a2 -> a3 -> a4 -> Singletons4 a1 a2 a3 a4

Initialize a container type for 4 singleton types.

specs : (Ecs.Internal.SingletonSpec a1 (Singletons4 a1 a2 a3 a4) -> Ecs.Internal.SingletonSpec a2 (Singletons4 a1 a2 a3 a4) -> Ecs.Internal.SingletonSpec a3 (Singletons4 a1 a2 a3 a4) -> Ecs.Internal.SingletonSpec a4 (Singletons4 a1 a2 a3 a4) -> specs) -> specs

Create all singleton specifications for 4 singleton types.