Skip to content

Instantly share code, notes, and snippets.

@nikhedonia
Created October 31, 2018 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikhedonia/7d980fb7ff74367e2717f8d0e94edabe to your computer and use it in GitHub Desktop.
Save nikhedonia/7d980fb7ff74367e2717f8d0e94edabe to your computer and use it in GitHub Desktop.
std::vector<int> v = range()
>> take(5)
>> toVector();
// v = { 0, 1, 2, 3, 4 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment