init(_base64Encoding:)

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

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