https://issues.dlang.org/show_bug.cgi?id=23272
--- Comment #1 from [email protected] --- Workaround is to use `is` instead of `==`. (`assert (s.caseOfTemplated!(a => typeid(a)) is typeid(string));`) --
d-bugmail--- via Digitalmars-d-bugs Wed, 27 Jul 2022 16:20:16 -0700
https://issues.dlang.org/show_bug.cgi?id=23272
--- Comment #1 from [email protected] --- Workaround is to use `is` instead of `==`. (`assert (s.caseOfTemplated!(a => typeid(a)) is typeid(string));`) --