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

Ticket #276 (assigned defect)

Opened 2 years ago

Last modified 9 months ago

tango.core.Array doc improvements

Reported by: larsivi Assigned to: sean (accepted)
Priority: major Milestone: Documentation
Component: Documentation Version:
Keywords: Cc:

Change History

01/17/08 10:04:48 changed by sean

  • status changed from new to assigned.

Regarding the sort condition for 'contains'. The Array module considers a set to be a sorted array, and all set operations (of which 'contains' is one) are designed to operate on sets. I'd like to group the functions somehow and provide descriptive information at that level, but I don't know of a way to do that with DDoc. Perhaps the docs should containa Requirements section or something like that?

As for kfind, I'll see what I can do.