Stencil
This commit is contained in:
parent
8490fe481c
commit
c20444d069
|
|
@ -62,7 +62,6 @@ public struct Requires{{ idx }}<{{ CompParams }}>: FamilyRequirementsManaging wh
|
|||
{% set CompsParentChild %}parent: ({{compsParent|join: ", "}}), child: ({{compsChild|join: ", "}}){% endset %}
|
||||
return ({{ CompsParentChild }})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
extension Requires{{ idx }}: FamilyEncoding where {{ CompsWhereEncodable }} {
|
||||
|
|
|
|||
Loading…
Reference in New Issue