shortestIndent.cur

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 cur = prev > line.length - stripped.length ? line.length - stripped.length : prev;

Meta