[swift-users] documents about standard library in swift

Dmitri Gribenko gribozavr at gmail.com
Tue Feb 16 20:08:22 CST 2016


On Tue, Feb 16, 2016 at 6:06 PM, Qibo via swift-users
<swift-users at swift.org> wrote:
> Hi,everyone,
>
> On this https://github.com/apple/swift,
>
> Documentation described
>
> “Another source of documentation is the standard library itself, located in
> stdlib.
>
> Much of the language is actually implemented in the library (including Int),
>
> and the standard library gives some examples of what can be expressed
> today.”
>
> Anyone knows where the stdlib documents is.

Here are the sources:
https://github.com/apple/swift/tree/master/stdlib/public/core

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-users mailing list