An NDoc Documented Class Library

RotDeque Constructor

Initialize a RotDeque object with a default size of 16.

Overload List

Initialize a RotDeque object with a default size of 16.

public RotDeque();

Initialize a RotDeque object with the specified size.

public RotDeque(int);

See Also

RotDeque Class | Ringlet.Collections Namespace