Const
P.symbol is a wildcard pattern, matching any symbol.
P.symbol
Read the documentation for P.symbol on GitHub
.with(P.symbol, () => 'will match on symbols') Copy
.with(P.symbol, () => 'will match on symbols')
P.symbol
is a wildcard pattern, matching any symbol.Read the documentation for
P.symbol
on GitHub