Handbook
Glossary
ipv4-aton ( ip -- integer )
Vocabulary
ip-parser
Inputs
ip
an
object
Outputs
integer
an
object
Definition
USING:
math
sequences
;
IN:
ip-parser
:
ipv4-aton
( ip -- integer )
parse-ipv4
{
24 16 8 0
}
[
shift
]
[
+
]
2map-reduce
;