<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body dir="auto">
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(36, 39, 41); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; -webkit-text-size-adjust: auto;">
I understand swift is open source. However, i can't seem to find the complete source code in GitHub. For example, RandomAccessCollection protocol has a property count default implementation but upon looking through the source provided in GitHub:<a href="https://github.com/apple/swift/blob/master/stdlib/public/core/RandomAccessCollection.swift" rel="nofollow noreferrer" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 89, 153); text-decoration: none; cursor: pointer;">https://github.com/apple/swift/blob/master/stdlib/public/core/RandomAccessCollection.swift</a></p>
<p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(36, 39, 41); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; -webkit-text-size-adjust: auto;">
the implementation of the count property is not provided. This is just one of the many examples where code provided to us in GitHub is incomplete. Where do we get the complete source for RandomAccessCollection protocol as an example? Thanks.</p>
<div></div>
</body>
</html>