Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit af10cdd

Browse files
authored
Merge pull request #2353 from n8sh/public-allSatisfy
Make allSatisfy public so it can be unified with std.meta merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 894bbb4 + 0d970c4 commit af10cdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/internal/traits.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ template dtorIsNothrow(T)
129129
}
130130

131131
// taken from std.meta.allSatisfy
132-
package(core.internal)
133132
template allSatisfy(alias F, T...)
134133
{
135134
static foreach (Ti; T)

0 commit comments

Comments
 (0)