Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1060 (assigned defect)

Opened 5 months ago

Last modified 3 months ago

println is missing

Reported by: baxissimo Assigned to: kris (accepted)
Priority: normal Milestone: 2.0
Component: IO Version: 0.99.5 Jascha
Keywords: triage Cc:

Description

The Print api should be made more orthogonal by including a println function.

Then you would have a nice grid:

             no nl      with nl
             ------     --------
plain     :  print      println
formatted :  format     formatln

Change History

05/24/08 14:46:56 changed by larsivi

  • keywords set to triage.

05/26/08 00:02:26 changed by kris

  • status changed from new to assigned.
  • milestone changed from 0.99.7 to 2.0.

it's not there due to print() being aliased as opCall(), since there's no way to add an opCallln()

Not ideal, we know