We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbb67a commit 4a3b48dCopy full SHA for 4a3b48d
stdlib/public/runtime/DynamicCast.cpp
@@ -54,6 +54,8 @@ using namespace hashable_support;
54
// * Destination location and type
55
// * Source value address and type
56
// * References to the types that will be used to report failure.
57
+// The function can update these with specific failing types
58
+// to improve the reported failure.
59
// * Bool indicating whether the compiler has asked us to "take" the
60
// value instead of copying.
61
// * Bool indicating whether it's okay to do type checks lazily on later
0 commit comments