Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
std_array.hpp File Reference
#include <array>

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 

Functions

template<typename T , std::size_t... Ns>
std::array< T,(Ns+...)> bb::concatenate (const std::array< T, Ns > &... arrays)
 Concatenates multiple std::array objects into a single array.