Decision tables: Difference between revisions

m
Small updated in D entry
(→‎{{header|Perl 6}}: more explanation)
m (Small updated in D entry)
Line 223:
string[] test(in bool[] tested,
in string NoMatchMsg="It is fine :)")
const pure /*nothrow*/ {
string[] rightActions;
auto iTested = growTo(tested, conds.length);