help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to specialize seq-concatenate and seq-into-sequence?


From: Stefan Monnier
Subject: Re: How to specialize seq-concatenate and seq-into-sequence?
Date: Thu, 03 Mar 2022 19:20:18 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>>> 2. seq-concatenate takes a &rest argument - AIUI it's not possible to 
>>> specialize that?
>> I think the idea is that you'd use something like `seq-do` on each
>> sequence.
> But how would one go about writing the cl-defmethod for it?

Define `it`.
The dispatch is expected to be on the `type` argument (using an `eql` 
specializer).



        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]