kernel: adding "same?" which is "bi@ =".
parent
bf8d455e9c
commit
71cd7c5f81
|
@ -220,6 +220,8 @@ M: identity-tuple hashcode* nip identity-hashcode ; inline
|
|||
2dup both-fixnums? [ 2drop f ] [ equal? ] if
|
||||
] if ; inline
|
||||
|
||||
: same? ( x y quot -- ? ) bi@ = ; inline
|
||||
|
||||
GENERIC: clone ( obj -- cloned )
|
||||
|
||||
M: object clone ; inline
|
||||
|
|
Loading…
Reference in New Issue