Handbook
Glossary
required-space ( n gb -- n )
Vocabulary
gap-buffer
Inputs
n
an
object
gb
an
object
Outputs
n
an
object
Definition
USING:
accessors
kernel
math
math.functions
math.order
;
IN:
gap-buffer
:
required-space
( n gb -- n )
[
expand-factor>>
*
ceiling
>fixnum
]
[
min-size>>
]
bi
max
;