GdxArray

typealias GdxArray<Element> = Array<Element>

Alias for com.badlogic.gdx.utils.Array avoiding name collision with the standard library.