From a438a615e6e2ef9e49bf10405b3ba6c8814ccf4b Mon Sep 17 00:00:00 2001
From: Andrew Kelley
+ If {#syntax#}T{#endsyntax#} is {#syntax#}comptime_int{#endsyntax#}, + then this is semantically equivalent to {#link|Type Coercion#}. +
{#header_close#} {#header_open|@intToEnum#} @@ -8206,10 +8210,6 @@ test "integer truncation" { This function always truncates the significant bits of the integer, regardless of endianness on the target platform. -- If {#syntax#}T{#endsyntax#} is {#syntax#}comptime_int{#endsyntax#}, - then this is semantically equivalent to {#link|Type Coercion#}. -
{#header_close#} {#header_open|@Type#}