Handbook
Glossary
order<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
order<<
( value object -- )
Methods
USING:
accessors
kernel
libclang
math
slots
slots.private
;
M:
c-arg
order<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
5
set-slot
;
inline
USING:
accessors
kernel
libclang
math
slots
slots.private
;
M:
c-enum
order<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline
USING:
accessors
kernel
libclang
math
slots
slots.private
;
M:
c-field
order<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
5
set-slot
;
inline
USING:
accessors
kernel
libclang
math
slots
slots.private
;
M:
c-function
order<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
5
set-slot
;
inline
USING:
accessors
kernel
libclang
math
slots
slots.private
;
M:
c-struct
order<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline
USING:
accessors
kernel
libclang
math
slots
slots.private
;
M:
c-typedef
order<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline
USING:
accessors
kernel
libclang
math
slots
slots.private
;
M:
c-union
order<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline
USING:
accessors
kernel
math
nurbs
slots
slots.private
;
M:
nurbs-curve
order<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
2
set-slot
;
inline
USING:
accessors
db.tuples
slots.private
;
M:
query
order<<
4
set-slot
;
inline