init(arrayLiteral:)

    Initializes an instance of Base64EncodedData with a sequence of bytes provided as an array literal.

    Base64EncodedData.swift:69
    init(arrayLiteral elements: UInt8...)

    Parameters

    elements

    The sequence of UInt8 elements representing the underlying bytes.

    Other members in extension

    Type members

    Instance members