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_ARR{_}
$ARR{_} FLIST{_} FSTR ARRAY{_}
$RO_BAG{_} $RO_MULTIMAP{_,_} $RO_MAP{_,_} $MAP{_,_}
MAP{_,_} $VMAP{_,_} VMAP{_,_} $VMULTIMAP{_,_}
VMULTIMAP{_,_} $RO_SET{_} $VSET{_} VSET{_}
$BAG{_} BAG{_} $VBAG{_} VBAG{_}



Public


Features
elt!: $OB;

The Sather Home Page