Worst Phobos documentation evar!
H. S. Teoh via Digitalmars-d
digitalmars-d at puremagic.com
Wed Dec 31 13:17:58 PST 2014
On Wed, Dec 31, 2014 at 12:54:14PM -0800, Walter Bright via Digitalmars-d wrote:
> On 12/31/2014 11:59 AM, Anon wrote:
> >Nor should you have to write (or read!) $(UL $(LI A) $(LI B) $(LI C))
> >to get a list.
>
> You don't have to. You can write it as:
>
> $(LIST A, B, C)
>
> or:
>
> $(LIST
> A,
> B,
> C
> )
[...]
And what if you need commas in the list items? Oh right, $(COMMA). Very
readable.
T
--
Be in denial for long enough, and one day you'll deny yourself of things you wish you hadn't.
More information about the Digitalmars-d
mailing list