// Copyright (C) 2024-2025  ilobilo

#pragma once

#if __cpp_concepts < 202002L
#  undef __cpp_concepts
#  define __cpp_concepts 202002L
#endif

#include_next <expected>