mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Add phobos.sys.traits.hasIndirections. (#10634)
It does the same thing as the std.traits version. They both alias the one in druntime. However, the documentaton and tests have been beefed up a bit. I also added assertWithQualifiers as a private test helper, which it may make sense to add later as a public test helper somewhere, but we don't currently have any module or package for that sort of thing, so for now, it's private. Some of the existing tests should probably also be refactored to use it, but I'm not worrying about that as part of these changes.
This commit is contained in:
parent
fcffbc0d97
commit
b085fd70e0
1 changed files with 1069 additions and 0 deletions
1069
phobos/sys/traits.d
1069
phobos/sys/traits.d
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue