Handbook
Glossary
find-by-id ( vector id -- vector' elt/f )
Vocabulary
html
.
parser
.
analyzer
Inputs
vector
an
object
id
an
object
Outputs
vector'
an
object
elt/f
an
object
Definition
USING:
kernel
sequences
;
IN:
html.parser.analyzer
:
find-by-id
( vector id -- vector' elt/f )
[
html-id?
]
curry
find
;