Handbook
Glossary
align-first<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
align-first<<
( value object -- )
Methods
USING:
accessors
alien.c-types
kernel
math
slots
slots.private
;
M:
abstract-c-type
align-first<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
11
set-slot
;
inline