isAttrRange.NameType

Undocumented in source.
template isAttrRange(R)
static if(isForwardRange!R && is(typeof(R.init.front.name)) && is(typeof(R.init.front.value)) && is(ReturnType!((R r) => r.front.pos) == TextPos))
alias NameType = ReturnType!(
(
R r
)
=> r.front.name
)

Meta