string encryption

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 1 17:52:03 PDT 2016


On Saturday, 2 July 2016 at 00:39:57 UTC, Basile B. wrote:
> The syntax is not so bad.
>
>    enum KryptedString string1 = "blablabla";
>
> is impossible or maybe I don't know the trick yet.

That's a constructor on KryptedString that takes a string.


More information about the Digitalmars-d mailing list