On Wed, 31 Dec 2014 16:21:26 -0800
Walter Bright via Digitalmars-d <[email protected]> wrote:

> On 12/31/2014 3:03 PM, Dicebot wrote:
> > One of the very first lines:
> >
> >      $(TABLE2 Kinds of Arrays,
> >          $(THEAD Syntax, Description)
> >          $(TROW $(ARGS $(I type)*), $(ARGS $(RELATIVE_LINK2 pointers, 
> > Pointers
> > to data)))
> >          $(TROW $(ARGS $(I type)[$(I integer)]), $(ARGS $(RELATIVE_LINK2
> > static-arrays, Static arrays)))
> >          $(TROW $(ARGS $(I type)[]),  $(ARGS $(RELATIVE_LINK2 
> > dynamic-arrays,
> > Dynamic arrays)))
> >          $(TROW $(ARGS $(I type)[$(I type)]), $(ARGS $(DDLINK hash-map,
> > Associative Arrays, Associative arrays)))
> >      )
> >

> Making some effort myself:
> 
> $(TABLE2 Kinds of Arrays,
>    $(THEAD Syntax            , Description                           )
>    $(TROW  $(I type*)        , $(LINK2 #pointers, Pointers to data)  )
>    $(TROW  $(I type[integer]), $(LINK2 #static-arrays, Static arrays))
> )

not really better. it's still noisy and it's still YELLING AT ME,
disctracting me from the actual text.

Attachment: signature.asc
Description: PGP signature

Reply via email to