decode(from:)

public static func decode<S: Sequence<UInt8>>(
  from stream: S
) -> (decoded: Base64VarUInt, readCount: Int)?

Parses an instance at the beginning of the given byte sequence, returning its value and the number of bytes read.