mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-24 12:34:30 +08:00
This only ever queries if the type exists within the variant, but doesn't actually do anything with the return value. We can just use std::holds_alternative for this use case.