IntArray constructor

init

Initializes a new instance of the IntArray class.

def __init__(self):
    ...

See Also