urlSafeDecodeTable

URL-safe base64 encode/decode table

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

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

Meta