Skip to content

Instantly share code, notes, and snippets.

View avikivity's full-sized avatar
💭
Now you can set a status message about what you're currently doing on GitHub. Th

Avi Kivity avikivity

💭
Now you can set a status message about what you're currently doing on GitHub. Th
View GitHub Profile
#include <optional>
#include <string>
#include <random>
#include <ranges>
#include <functional>
using namespace std::literals::string_literals;
template <typename T>
class avi_optional {