Base64ArrayPolicy.fromRepresentation

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

Meta