harmboschloo / elm-ecs / Ecs.Singletons5


type Singletons5 a1 a2 a3 a4 a5

A container type for 5 singleton types.

init : a1 -> a2 -> a3 -> a4 -> a5 -> Singletons5 a1 a2 a3 a4 a5

Initialize a container type for 5 singleton types.

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

Create all singleton specifications for 5 singleton types.