shortestIndent.next

Undocumented in source.
template shortestIndent(alias str, size_t prev = size_t.max)
nothrow @nogc
static if(!(line.length == 0))
static if(!(line.length == stripped.length))
enum next = shortestIndent!(str[line.length..$], cur);

Meta