@ -23,6 +23,17 @@ Int3()
}
pragma(inline) bool
CondIncr(T, i64 step)(bool cond, T* val)
{
if(cond)
*val += step;
return cond;
T[]
CastStr(T)(string str)
The note is not visible to the blocked user.