abstract const class asn1::AsnColl
sys::Obj asn1::AsnObj asn1::AsnColl
Base class for ASN.1 collection types.
- builder
 - 
static AsnCollBuilder builder()Get a
collection builder - get
 - 
Get an item value from the collection.
 - isEmpty
 - 
Bool isEmpty()Is the collection empty
 - isSeq
 - 
Bool isSeq()Is this a
SEQUENCE - isSet
 - 
Bool isSet()Is this a
SET - make
 - size
 - 
Int size()Get the number of items in the collection
 - valStr
 - 
protected virtual override Str valStr() - vals
 - 
AsnObj[] vals()Get the raw
AsnObjvalues in the collection