str.V

Undocumented in source.
template str(W...)
package
static if(!(W.length == 0))
static if(!(W.length > 1))
static if(!(isExpressions!(W[0])))
alias V = W[0]

Meta