Handbook
Glossary
capacity<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
capacity<<
( value object -- )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
raylib
;
M:
AutomationEventList
capacity<<
T{
struct-slot-spec
{
name
"capacity"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
uint
}
}
write-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
raylib
;
M:
FilePathList
capacity<<
T{
struct-slot-spec
{
name
"capacity"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
uint
}
}
write-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
array
capacity<<
T{
struct-slot-spec
{
name
"capacity"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
bignum
capacity<<
T{
struct-slot-spec
{
name
"capacity"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm.64
vm
;
M:
byte-array
capacity<<
T{
struct-slot-spec
{
name
"capacity"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm.32
vm
;
M:
byte-array
capacity<<
T{
struct-slot-spec
{
name
"capacity"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
tuple-layout
capacity<<
T{
struct-slot-spec
{
name
"capacity"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline