defaultEncodeTable

Default base64 encode/decode table

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

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

Meta