Rest should be last

This commit is contained in:
Ukendio 2024-07-28 21:45:47 +02:00
parent b79bbb5bfa
commit 87e986b6aa

View file

@ -1205,9 +1205,9 @@ return {
OnSet = EcsOnSet :: Entity,
ChildOf = EcsChildOf,
Component = EcsComponent,
Rest = EcsRest,
Wildcard = EcsWildcard :: Entity,
w = EcsWildcard :: Entity,
Rest = EcsRest,
pair = (ECS_PAIR :: any) :: <R, T>(pred: Entity, obj: Entity) -> number,