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 %}
|
{% set CompsParentChild %}parent: ({{compsParent|join: ", "}}), child: ({{compsChild|join: ", "}}){% endset %}
|
||||||
return ({{ CompsParentChild }})
|
return ({{ CompsParentChild }})
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
extension Requires{{ idx }}: FamilyEncoding where {{ CompsWhereEncodable }} {
|
extension Requires{{ idx }}: FamilyEncoding where {{ CompsWhereEncodable }} {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue