top level version 2.0.0-beta

data structures for games

de
Array

An Array is a storage for values. You can access it using indexes or with its API.

ArrayAccess

ArrayAccess is used to indicate a class that can be accessed using brackets. The type parameter represents the type of the elements stored.

Math

This class defines mathematical functions and constants.