Handbook
Glossary
max-size<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
max-size<<
( value object -- )
Methods
USING:
accessors
lru-cache
slots.private
;
M:
fifo-cache
max-size<<
4
set-slot
;
inline
USING:
accessors
http2.hpack
kernel
math
slots
slots.private
;
M:
hpack-context
max-size<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
2
set-slot
;
inline
USING:
accessors
lru-cache
slots.private
;
M:
lifo-cache
max-size<<
4
set-slot
;
inline
USING:
accessors
lru-cache
slots.private
;
M:
lru-cache
max-size<<
4
set-slot
;
inline