ArrayLambda is a library written in C++. You can use this library in your projects to work with lambda arrays.
At the moment, there is a version only for the MSVC compiler, but the versions for other compilers will be added in the future.
Since ArrayLambda will most likely be part of your project, you can simply add the files from the src/'your project compiler'/ path to your project.
You can compile and run various examples. They are located in the path tests/'your compiler name'/. You can run examples from this folder.