capacity>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: capacity>> ( object -- value )


Methods

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



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



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






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



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






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