testAllTrue
lib.debug.testAllTrue
Docs pulled from | This Revision | 12 minutes ago
Nixpkgs manual
Noogle detected
Implementation
The following is the current implementation of this function.
testAllTrue = expr: {
inherit expr;
expected = map (x: true) expr;
};