[swift-evolution] STDLibs

James Campbell james at supmenow.com
Wed Jan 6 12:47:00 CST 2016


Chris do you think there is scope for this ?

On Wed, Jan 6, 2016 at 2:38 PM, Trent Nadeau <tanadeau at gmail.com> wrote:

> Big +1 from me. Rust's docs do this well too across trait implementations.
>
> On Wed, Jan 6, 2016 at 5:43 AM, James Campbell via swift-evolution <
> swift-evolution at swift.org> wrote:
>
>> Is there a way of improving the documentation and hosting it on Swift
>> instead of Apple ?
>>
>> Currently the Array page lists all of the things the class directly
>> implements but doesn't include any of the methods mixed in by protocol
>> extensions (i.e all of the methods from CollectionType).
>>
>> With YardDoc for Ruby it does this, so you know exactly what methods a
>> class has.
>>
>> This confused me to no end as some topics here suggest adding ways of
>> dropping the first X elements and even I have implemented `shift` which I
>> didn't know already exist albeit under another name.
>>
>> Would be great if we could improve these documents for the language in an
>> open source way :)
>>
>> --
>>  Wizard
>> james at supmenow.com
>> +44 7523 279 698
>>
>> _______________________________________________
>> swift-evolution mailing list
>> swift-evolution at swift.org
>> https://lists.swift.org/mailman/listinfo/swift-evolution
>>
>>
>
>
> --
> Trent Nadeau
>



-- 
 Wizard
james at supmenow.com
+44 7523 279 698
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160106/a1a328af/attachment.html>


More information about the swift-evolution mailing list