I though C style casts were not supported? But when I accidentaly did

int i;
if (uint(i) < length) ....

it compiled and worked fine. Whys that?

Reply via email to