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

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

Re: count char in string [The Emacs Challenge Competition - round 2, wi


From: Noam Postavsky
Subject: Re: count char in string [The Emacs Challenge Competition - round 2, with fallout]
Date: Wed, 28 Oct 2020 13:19:05 -0400

On Wed, 28 Oct 2020 at 04:04, Corwin Brust <corwin@bru.st> wrote:

>      (seq-count (apply-partially 'eq char)
>             (seq-into string 'list)))

You don't need the seq-into, just pass string directly to seq-count.



reply via email to

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