urlSafeDecodeTable

URL-safe base64 encode/decode table

This manifest constant exposes the url-safe ("base64url") variant of the encode/decode table, according to RFC4648.

  1. istring urlSafeEncodeTable;
  2. ubyte[char.max + 1] urlSafeDecodeTable;
    static immutable
    ubyte[char.max + 1] urlSafeDecodeTable;

Meta