abstract class $ELT
****
Subtypes will provide an elt! iterator that returns at least a $OB (it could be more specific). Most objects will actually subtype from $ELT{T}


Descendants
$ELT{_} STR $CONTAINER{_} $RO_BAG{_}
$BAG{_} BAG{_} $RO_MULTIMAP{_,_} $VMULTIMAP{_,_}
$VMAP{_,_} VMAP{_,_} VMULTIMAP{_,_} $RO_MAP{_,_}
$MAP{_,_} MAP{_,_} $VBAG{_} VBAG{_}
$VSET{_} VSET{_} $RO_SET{_} $RO_ARR{_}
$ARR{_} ARRAY{_} FLIST{_} FSTR



Public


Features
elt!: $OB;

The Sather Home Page