Files
Towards/modules/network/tests/TestGenerators.hpp
T

8 lines
132 B
C++
Raw Normal View History

2026-07-18 14:31:15 +02:00
#pragma once
#include <cassert>
#include <cstdint>
#include <vector>
std::vector<std::byte> generate_sequence(const size_t size);