satisfy {Ramble} | R Documentation |
satisfy
is a function which allows us to make parsers that recognise single symbols.satisfy
is a function which allows us to make parsers that recognise single symbols.
satisfy(p)
p |
is the predicate to determine if the arbitrary symbol is a member. |