- //
- // algorithm.h
- // stream
- //
- // Created by Sam Jaffe on 4/2/23.
- //
- #pragma once
- #include <stream/algorithm/count.h>
- #include <stream/algorithm/equal.h>
- #include <stream/algorithm/fold.h>
- #include <stream/algorithm/for_each.h>
- #include <stream/algorithm/minmax.h>
- #include <stream/algorithm/size.h>
|