From 9da868abbe640297a81c8a5e32cdc7f7776c295e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 3 Jan 2022 17:10:57 +0000 Subject: Add transform_array Wraps std::transform to transform one array into another. --- lib/util.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/util.cpp (limited to 'lib/util.cpp') diff --git a/lib/util.cpp b/lib/util.cpp new file mode 100644 index 0000000..408a76a --- /dev/null +++ b/lib/util.cpp @@ -0,0 +1 @@ +#include "util.h" -- cgit v1.2.3