You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public func withTrailingComma(_ withComma: Bool)-> Self {
134
+
returnSelf.init(
135
+
${',\n '.join(trailing_comma_init_args)}
136
+
)
137
+
}
138
+
% end
117
139
118
140
/// `${type.buildable()}` might conform to `${base_type.expressible_as()}` via different `ExpressibleAs*` paths.
119
141
/// Thus, there are multiple default implementations for `create${base_type.buildable_base_name()}`, some of which perform conversions through `ExpressibleAs*` protocols.
0 commit comments