var.opCall
T opCall(T)() const @safeConvenience call operator that forwards to as!T().
Example:
var v = "hello";
string s = v!string(); // explicit instantiation
string t = v(); // inferred from assignment contextT opCall(T)() const @safeConvenience call operator that forwards to as!T().
Example:
var v = "hello";
string s = v!string(); // explicit instantiation
string t = v(); // inferred from assignment context