algorithm.h 305 B

123456789101112131415
  1. //
  2. // algorithm.h
  3. // stream
  4. //
  5. // Created by Sam Jaffe on 4/2/23.
  6. //
  7. #pragma once
  8. #include <stream/algorithm/count.h>
  9. #include <stream/algorithm/equal.h>
  10. #include <stream/algorithm/fold.h>
  11. #include <stream/algorithm/for_each.h>
  12. #include <stream/algorithm/minmax.h>
  13. #include <stream/algorithm/size.h>