init(base64Encoding:)

    Base64 encode a collection of UInt8 to a string, without the use of Foundation.

    Base64.swift:22
    init<Buffer>(base64Encoding bytes: Buffer) where Buffer : Collection, Buffer.Element == UInt8

    Other members in extension

    Instance members