AsnItem
const class AsnItem : Obj
An item in an ASN.1 collection. An item has a value, and an optional name associated with that value. When comparing items, only the values are compared; the name is ignored.
virtual Bool equals(Obj? obj)
virtual Int hash()
new make(AsnObj val, Str? name)
const Str? : name
const AsnObj : val