capacity<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: capacity<< ( value object -- )


Methods

M: AutomationEventList capacity<<
T{ struct-slot-spec
{ name "capacity" }
{ offset 0 }
{ class fixnum }
{ initial 0 }
{ type uint }
} write-struct-slot ; inline



M: FilePathList capacity<<
T{ struct-slot-spec
{ name "capacity" }
{ offset 0 }
{ class fixnum }
{ initial 0 }
{ type uint }
} write-struct-slot ; inline



M: array capacity<<
T{ struct-slot-spec
{ name "capacity" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type cell_t }
} write-struct-slot ; inline



M: bignum capacity<<
T{ struct-slot-spec
{ name "capacity" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type cell_t }
} write-struct-slot ; inline



M: byte-array capacity<<
T{ struct-slot-spec
{ name "capacity" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type cell_t }
} write-struct-slot ; inline



M: byte-array capacity<<
T{ struct-slot-spec
{ name "capacity" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type cell_t }
} write-struct-slot ; inline



M: tuple-layout capacity<<
T{ struct-slot-spec
{ name "capacity" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type cell_t }
} write-struct-slot ; inline