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



Public


Features
elt!: $OB;

The Sather Home Page