BERDecoder.decodeList

ditto

  1. BERDecoder decodeList(Vector!(T, Alloc) vec, ASN1Tag type_tag, ASN1Tag class_tag)
  2. BERDecoder decodeList(RefCounted!(Vector!(T, Alloc), Alloc) vec, ASN1Tag type_tag, ASN1Tag class_tag)
    struct BERDecoder
    public ref return
    decodeList
    (
    T
    Alloc
    )
    (
    auto ref RefCounted!(Vector!(T, Alloc), Alloc) vec
    ,
    ASN1Tag type_tag = ASN1Tag.SEQUENCE
    ,
    ASN1Tag class_tag = ASN1Tag.UNIVERSAL
    )

Meta