ETag.fromBytesBase64URLNoPadding

Encodes the bytes with URL Base64 to a human readable string and returns an ETag struct wrapping it.

struct ETag
static
fromBytesBase64URLNoPadding
(
scope const(ubyte)[] bytes
,
Flag!"weak" weak = No.weak
)

Meta