Algosim documentation: IsValueContainer

IsValueContainer

Checks if an object is a value container.

Syntax

Description

IsValueContainer(X) returns true iff X is a value container, that is, iff it can contain a collection of simple values of some kind, but not a collection of arbitrary objects.

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

The following classes are value containers:

See also