Search Results

phobos
std.​meta.​allSatisfy

Tests whether all given items satisfy a template predicate, i.e. evaluates to F!(T[0]) && F!(T[1]) && ... && F!(T[$ - 1]).

phobos
std.​meta.​allSatisfy.​allSatisfy

Undocumented in source.

tanya
tanya.​meta.​metafunction.​allSatisfy

Tests whether all the items of L satisfy the condition F.