Searched defs:trustedCast (Results 1 – 6 of 6) sorted by relevance
23 T trustedCast(T, U)(auto ref U u) @trusted pure nothrow in trustedCast() function
1387 static U trustedCast(U, V)(V v) @trusted pure nothrow { return cast(U) v; } in trustedCast() function
488 static auto trustedCast(void[] buf) @trusted { return cast(S) buf; } in trustedCast() function
2962 auto trustedCast(typeof(copy) c) @trusted { return cast(P) c.ptr; } in trustedCast() function
1485 static U trustedCast(U, V)(V v) @trusted pure nothrow { return cast(U) v; } in trustedCast() function
515 static auto trustedCast(T)(void[] buf) @trusted { return cast(T) buf; } in trustedCast() function