Advertisement
Guest User

Untitled

a guest
May 5th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /// Forms a closed range that contains both `start` and `end`.
  2. /// - Requires: `start <= end`.
  3. @warn_unused_result
  4. public func ...<Pos : ForwardIndexType where Pos : Comparable>(start: Pos, end: Pos) -> Range<Pos>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement