add inlinable assoc methods on f
parent
1b8c9f757d
commit
967d70df35
|
|
@ -202,6 +202,10 @@ M: sequence assoc-like
|
|||
M: sequence >alist ; inline
|
||||
|
||||
! Override sequence => assoc instance for f
|
||||
M: f at* 2drop f f ; inline
|
||||
|
||||
M: f assoc-size drop 0 ; inline
|
||||
|
||||
M: f clear-assoc drop ; inline
|
||||
|
||||
M: f assoc-like drop dup assoc-empty? [ drop f ] when ; inline
|
||||
|
|
|
|||
Loading…
Reference in New Issue