Closed CrazyPython closed 8 years ago
C++14 'cause I don't know the return type of tqdm::tqdm.
tqdm::tqdm
auto inline range(int n) { return tqdm::tqdm(std::vector<int>({0, ..., n - 1})); }
inline is important so that people can use range without losing any speed.
inline
Also @casperdcl looks like it's just me and you for the next couple days... maybe we should work on that ad to get another dev?
no, range generator (already implemented) much more preferable to range iterator.
@casperdcl huh? this is just a shorthand...
C++14 'cause I don't know the return type of
tqdm::tqdm
.inline
is important so that people can use range without losing any speed.Also @casperdcl looks like it's just me and you for the next couple days... maybe we should work on that ad to get another dev?