[phobos] std.base64 replacement
Denis
2korden at gmail.com
Sun Oct 10 12:26:07 PDT 2010
On Sun, Oct 10, 2010 at 7:36 PM, Masahiro Nakagawa <repeatedly at gmail.com> wrote:
>
> I will change encode and decode signatures.
>
> string encode(in string) -> string encode(in void[])
> string decode(in string) -> ubyte[] decode(in string)
>
I think it should rather be type-consistent:
string encode(in string) -> string encode(in ubyte[])
string decode(in string) -> ubyte[] decode(in string)
More information about the phobos
mailing list