type
constructors
methods
| builder |
Get a |
|---|---|
| get |
Get an item value from the collection. |
| isEmpty |
Is the collection empty |
| isSeq |
Is this a |
| isSet |
Is this a |
| size |
Get the number of items in the collection |
| valStr | |
| vals |
Get the raw |
Slot Details
builder
static AsnCollBuilder builder()
Get a collection builder
get
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()