Handbook
Glossary
split-host-str ( hoststr -- host port )
Vocabulary
mongodb
.
connection
.
private
Inputs
hoststr
an
object
Outputs
host
an
object
port
an
object
Definition
USING:
kernel
math.parser
sequences
splitting
;
IN:
mongodb.connection.private
:
split-host-str
( hoststr -- host port )
":"
split
[
first
]
[
second
string>number
]
bi
;
inline