Handbook
Glossary
columns<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
columns<<
( value object -- )
Methods
USING:
accessors
curses
kernel
math
slots
slots.private
;
M:
curses-window
columns<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
7
set-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
kernel
math.matrices.simd
math.vectors.simd
;
M:
matrix4
columns<<
T{
struct-slot-spec
{
name
"columns"
}
{
offset 0
}
{
class
object
}
{
type
{
float-4
4
}
}
}
write-struct-slot
;
inline