Algosim documentation: IsOrderedContainer

IsOrderedContainer

Checks if an object is an ordered container.

Syntax

Description

IsOrderedContainer(X) returns true iff X is a container (either an object container or a value container) and its elements have a defined order.

IsOrderedContainer(X) is a property of the class of X.

The following classes are ordered containers:

The only container which is not ordered is the set.

See also