On Sun, Oct 10, 2010 at 7:36 PM, Masahiro Nakagawa <[email protected]> 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) _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
