Handbook
Glossary
change-bytes-read ( integer -- )
Vocabulary
mongodb
.
operations
.
private
Inputs
integer
an
object
Outputs
None
Definition
USING:
kernel
math
;
IN:
mongodb.operations.private
:
change-bytes-read
( integer -- )
bytes-read>
[
0
]
unless*
+
>bytes-read
;
inline