Handbook
Glossary
columns>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
columns>>
( object -- value )
Methods
USING:
accessors
curses
kernel.private
math
slots.private
;
M:
curses-window
columns>>
7
slot
{
integer
}
declare
;
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
}
}
}
read-struct-slot
;
inline