Skip to content

LucianoPAlmeida/Collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collections

MIT Build Status

Playing around with Swift Collections and Sequences implementations. This is just a personal repo for testing and implement cool thing involving collection and sequences in Swift.

Contents

  • RotatedCollection - A collection that presents the elements of its base collection with the elements position rotated by a given offset.
  • InterspersedSequence - A lazy view for sequence that creates a new sequence where for each iteration of the base sequence the value is inserted.

Licence

Collections is released under MIT Licence.