Guest User

Untitled

a guest
Jun 30th, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. What is the fastest collection for slicing?
  2. collection.slice(x, y)
  3. ....
  4. collection.slice(x+1, y+1)
  5. ...
  6. collection.slice(x+n, y+n)
  7.  
  8. collection.slice(x-n, y-n)
Advertisement
Add Comment
Please, Sign In to add comment