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

Commit 0d970c4

Browse files
committed
Make allSatisfy public so it can be unified with std.meta
1 parent 1b106de commit 0d970c4

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)