IsAnyComponentManagable<T extends App<T>> typedef

IsAnyComponentManagable<T extends App<T>> = IsComponentManagable<T, ECSBase<T>>

Implementation

typedef IsAnyComponentManagable<T extends App<T>> = IsComponentManagable<T, ECSBase<T>>;