pysaucy2.datastructures

Module contents

class pysaucy2.datastructures.IntArray(array=None)

Bases: object

This is a simple implementation of an immutable integer array that supports indexing.

Create an IntArray instance.

Parameters:array – An iterable of integers