Skip to content

Commit d76489a

Browse files
committed
Update README.md
1 parent dfb6fb0 commit d76489a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)