[libc++][ranges] Implement `views::take`.The view itself has been implemented previously -- this patch only addsthe ability to pipe it.Also implements [P1739](https://wg21.link/p1739) (partially
[libc++][ranges] Implement `views::take`.The view itself has been implemented previously -- this patch only addsthe ability to pipe it.Also implements [P1739](https://wg21.link/p1739) (partially) and [LWG3407](https://wg21.link/lwg3407).Differential Revision: https://reviews.llvm.org/D123600
show more ...