Guest User

Untitled

a guest
Feb 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. protocol P {
  2. associatedtype T
  3.  
  4. func test(item: T) -> T
  5. }
Add Comment
Please, Sign In to add comment