Commits

John McCall committed c099ec8321d
Add a data structure for efficiently storing a byte-encoded sequence which can be read with a forward iterator. This will be useful for storing access paths to metadata or protocol conformance values, which are typically very short. Swift SVN r29458