https://issues.dlang.org/show_bug.cgi?id=21863
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Dlang Bot <[email protected]> --- dlang/phobos pull request #8011 "Fix 21863 - FieldNameTuple returns emptry string for interfaces" was merged into master: - 2696663127579cf4c74e53fdc9857a01d50c1752 by MoonlightSentinel: Fix 21863 - FieldNameTuple returns emptry string for interfaces Symbols without members should produce an empty tuple. `""` is also not a member and hence requires additional special casing. https://github.com/dlang/phobos/pull/8011 --
