BERDecoder.decodeList

Undocumented in source. Be warned that the author may not have intended to support it.
  1. BERDecoder decodeList(Vector!(T, Alloc) vec, ASN1Tag type_tag, ASN1Tag class_tag)
    struct BERDecoder
    public ref return
    decodeList
    (
    T
    Alloc
    )
    (
    auto ref Vector!(T, Alloc) vec
    ,
    ASN1Tag type_tag = ASN1Tag.SEQUENCE
    ,
    ASN1Tag class_tag = ASN1Tag.UNIVERSAL
    )
  2. BERDecoder decodeList(RefCounted!(Vector!(T, Alloc), Alloc) vec, ASN1Tag type_tag, ASN1Tag class_tag)

Meta