[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | Match(IErlObject) |
Perform pattern match on this Erlang term returning null if match fails
or a dictionary of matched variables bound in the pattern
|
![]() | Match(IErlObject, ErlVarBind) |
Perform pattern match on this Erlang term, storing matched variables
found in the pattern into the binding.
|
See Also