File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -304,8 +304,6 @@ In addition to [`swift-mustache`'s own "functions"/"transforms"](https://docs.hu
304304 * ` names(parameters) ` -> ` [param1, param2, param3] ` .
305305 * ` types ` : Returns a string-array of the types of the parameters.
306306 * Use with ` joined ` : ` joined(types(parameters)) ` -> ` (String, Int, Double) ` .
307- * ` isOptionals ` : Returns a string-array of the types of the parameters.
308- * ` isOptionals(parameters) ` -> ` [true, false, true] ` .
309307 * ` namesAndTypes ` : Returns a string-array where each element is equivalent to ` "\(name): \(type)" ` .
310308 * Use with ` joined ` : ` joined(namesAndTypes(parameters)) ` -> ` (key: String) ` or ` (key: String, value: Int) ` .
311309 * ` tupleValue ` : Returns s string-array suitable to be used for making tuples from the parameters.
You can’t perform that action at this time.
0 commit comments