No libraries match your search.
Try a shorter keyword, or check the spelling.
Open-methods are free-standing functions that work like virtual functions: they select the best overrider from a set, depending on the dynamic type of their arguments. This makes it possible to add polymorphic operations to existing classes, without modifying them. They make patterns like Visitor unnecessary.
A deterministic failure handling library partially simulating lightweight exceptions.