type

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.

constructors

fields

methods

Slot Details

equals

virtual override Bool equals(Obj? obj)

hash

virtual override Int hash()

make

new make(AsnObj val, Str? name := null)

name

const Str? name

val

const AsnObj val