A blank pattern has the form _
. It matches any expression without creating a variable binding.
For example:
_ = 42
"Always matches"ā§Ø"Always matches"
A blank pattern has the form _
. It matches any expression without creating a variable binding.
For example:
_ = 42
"Always matches"ā§Ø"Always matches"