Re: String.join()?
Re: String.join()?
- Subject: Re: String.join()?
- From: Quincey Morris <email@hidden>
- Date: Fri, 04 Sep 2015 21:29:23 +0000
On Sep 4, 2015, at 14:04 , Rick Mann <email@hidden> wrote:
>
> According to the docs in Xcode 7b6, join(_:) is a method on String. But if I try to call it:
> Of course, I can't command-click on join() to get to its declaration, and option-clicking on it doesn't link to its documentation.
Sorry, I forgot to start with the basic point, which is that there is no ‘join’ method anywhere any more (except in the ghostly form that lets the compiler tell you it doesn’t exist any more), so you can’t call it or command-click to it.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden