File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -377,6 +377,9 @@ extension Test {
377377
378378 /// Create an instance of ``Test`` for a parameterized function.
379379 ///
380+ /// This initializer overload is specialized for collections of 2-tuples to
381+ /// efficiently de-structure their elements when appropriate.
382+ ///
380383 /// - Warning: This function is used to implement the `@Test` macro. Do not
381384 /// call it directly.
382385 public static func __function< C, E1, E2> (
@@ -397,6 +400,10 @@ extension Test {
397400
398401 /// Create an instance of ``Test`` for a parameterized function.
399402 ///
403+ /// This initializer overload is specialized for dictionary collections, to
404+ /// efficiently de-structure their elements (which are known to be 2-tuples)
405+ /// when appropriate.
406+ ///
400407 /// - Warning: This function is used to implement the `@Test` macro. Do not
401408 /// call it directly.
402409 public static func __function< Key, Value> (
You can’t perform that action at this time.
0 commit comments