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 7573462 commit 2addf47Copy full SHA for 2addf47
validation-test/stdlib/Collection/Inputs/Template.swift.gyb
@@ -1,4 +1,8 @@
1
%{
2
+# This is a template of validation-test/stdlib/Collection/*.swift
3
+#
4
+# cd validation-test/stdlib/Collection
5
+# ../../../utils/gyb --line-directive="" Inputs/Template.swift.gyb | ../../../utils/split_file.py
6
7
from gyb_stdlib_support import (
8
TRAVERSALS,
validation-test/stdlib/Slice/Inputs/Template.swift.gyb
+# This is a template of validation-test/stdlib/Slice/*.swift
+# cd validation-test/stdlib/Slice
0 commit comments