Compatibility with earlier Gosu releases

Gosu provides an unsupported type that exists for compatibility with earlier Gosu releases.

Array

The Array type exists for compatibility with earlier Gosu releases. For new code, instead use standard array syntax with bracket notation with a specific type, such as Integer[].

See also