Base64ArrayPolicy.toRepresentation

Undocumented in source. Be warned that the author may not have intended to support it.
class Base64ArrayPolicy(R)
static @safe pure
string
toRepresentation
(
in R data
)
if (
isArray!R &&
is(ElementType!R : ubyte)
)

Meta