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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Alternatively see the [MacroTools](https://github.com/MikeInnes/MacroTools.jl) p
13
13
Currently, this package provides the `splitdef`, `signature` and `combinedef` functions which are useful for inspecting and manipulating function definition expressions.
14
14
-`splitdef` works on a function definition expression and returns a `Dict` of its parts.
15
15
-`combinedef` takes a `Dict` from `splitdef` and builds it into an expression.
16
-
-`signature` works on a `Method` returning a similar `Dict` that holds the parts of the expressions that would form its signature.
16
+
-`signature` works on a `Method`, or the type-tuple `sig` field of a method, returning a similar `Dict` that holds the parts of the expressions that would form its signature.
17
17
18
18
As well as several helpers that are useful in combination with them.
19
19
-`args_tuple_expr` applies to a `Dict` from `splitdef` or `signature` to generate an expression for a tuple of its arguments.
0 commit comments