RootCauseunvalidated
the possible type are fixed — Types are known at runtime only. Tension: the list of possible types is very long. Outcome: use `std::visit` for the multi-dispatch.
71b4a378-e7f6-463f-b383-dd7c3b3c79a5
the possible type are fixed — Types are known at runtime only. Tension: the list of possible types is very long. Outcome: use std::visit for the multi-dispatch.