class AM_ARR_CONST < $AM_CONST
****
Representation of constant ARRAY{T} objects.


Flattened version is here

Ancestors
$AM_CONST $AM_EXPR $HASH $IS_EQ
$AM $PROG_ERR AM_CONST AM_EXPR
AM



Public


Readable Attributes
attr elt_tp:TP_CLASS;
**** The type of the contained elements.
attr elts:ARRAY{$AM_CONST};
**** The array elements.

Writable Attributes
attr elt_tp:TP_CLASS;
**** The type of the contained elements.
attr elts:ARRAY{$AM_CONST};
**** The array elements.

Features
hash:INT
****
is_eq(a:$OB):BOOL