class

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 make

fields val

name

methods equals

hash

equals virtual Bool equals(Obj? obj)

hash virtual Int hash()

make new make(AsnObj val, Str? name)

name const Str? : name

val const AsnObj : val

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST