https://issues.dlang.org/show_bug.cgi?id=6343
--- Comment #5 from [email protected] --- (In reply to Jack Stouffer from comment #4) > https://github.com/D-Programming-Language/phobos/pull/3755 size_t w = 8; int[nextPow2(w)][6] mat; nextPow2(8) needs to be 8. If you think the name of the function is wrong, then change its name, don't change the semantics :) --
