Function capture

The capture function takes a range as the first argument and a list of arguments you want to capture by value to pass along to another range

auto auto capture(Range, Captures...) (
  auto ref Range range,
  auto ref Captures captures
);

Since

- 0.0.1