#pragma once namespace arti::lang { template struct OverloadSet { using Ts::operator()...; }; template OverloadSet(Ts...) -> OverloadSet; }