[keel,nostalgia] Further simplify writing type converters

This commit is contained in:
2025-04-17 00:22:47 -05:00
parent 844656d557
commit 56b79f414d
8 changed files with 59 additions and 98 deletions
@@ -26,7 +26,7 @@ static class: public keel::Module {
}
[[nodiscard]]
ox::Vector<keel::BaseConverter const*> converters() const noexcept final {
ox::Vector<keel::ConverterWrap> converters() const noexcept final {
return {
};
}