Handbook
Glossary
minor>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
minor>>
( object -- value )
Methods
USING:
accessors
kernel.private
math
semver
slots.private
;
M:
semver
minor>>
3
slot
{
integer
}
declare
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
yaml.ffi
;
M:
version_directive_token_data
minor>>
T{
struct-slot-spec
{
name
"minor"
}
{
offset 4
}
{
class
fixnum
}
{
initial 0
}
{
type
int
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
yaml.ffi
;
M:
yaml_version_directive_t
minor>>
T{
struct-slot-spec
{
name
"minor"
}
{
offset 4
}
{
class
fixnum
}
{
initial 0
}
{
type
int
}
}
read-struct-slot
;
inline