Closed jwarlander closed 9 years ago
Add support for matching structs as well; something that can be especially useful in function heads etc, where you often want to make sure the supplied parameter is of the correct type, as well as pick out fields from the struct.
Hey @jwarlander, thanks!
Great job. Before merging, could you update the documentation for sigil_m? I'm referring to the @doc.
sigil_m
@doc
Right you are.. does that look good?
Yup! Looks great. Thanks!
Add support for matching structs as well; something that can be especially useful in function heads etc, where you often want to make sure the supplied parameter is of the correct type, as well as pick out fields from the struct.