operator overload for sh-like scripting ?

Basile B. b2.temp at gmx.com
Mon Feb 17 13:03:38 UTC 2020


eg

    Sh(echo) < "meh";

struct Sh
{
      // you see the idea we have op overload for < here
}


More information about the Digitalmars-d-learn mailing list