hasMatch.hasMatch

Undocumented in source.

  1. alias hasMatch = Identity!(is(typeof(attr) == Attr) || is(attr == Attr))
  2. alias hasMatch = Identity!(is(attr == Attr))
    template hasMatch(alias attr)
    alias hasMatch = Identity!(is(attr == Attr))

Meta