Hi all, Where can I read in the spec what the outcomes of the following are? ``` uint a = 260; auto b = cast(ubyte) a; float f = 1.203125f * 255.0f; auto zz = cast(ubyte) f; // https://github.com/ldc-developers/ldc/issues/3237 ``` Thanks, Johan