Decodes source and stores the result in buffer. If no _buffer is assigned, a new buffer will be created.
A _base32 InputRange to decode.
An array to store the decoded result.
The slice of buffer containing the result.
Exception if source is an invalid _base32 data.
See Implementation
Decodes source and stores the result in buffer. If no _buffer is assigned, a new buffer will be created.