defaultDecodeTable

Default base64 encode/decode table

This manifest constant is the default set of characters used by base64 encoding/decoding, according to RFC4648.

static immutable
ubyte[char.max + 1] defaultDecodeTable;

Meta