| 123456789101112131415161718192021 |
- //
- // view.h
- // stream
- //
- // Created by Sam Jaffe on 4/2/23.
- //
- #pragma once
- #include <stream/view/all.h>
- #include <stream/view/any.h>
- #include <stream/view/common.h>
- #include <stream/view/empty.h>
- #include <stream/view/filter.h>
- #include <stream/view/iota.h>
- #include <stream/view/join.h>
- #include <stream/view/map.h>
- #include <stream/view/ref.h>
- #include <stream/view/single.h>
- #include <stream/view/subrange.h>
- #include <stream/view/transform.h>
|