Skip to content

Add Built-Ins fgroupsof and fwindowsof #844

@pardouin

Description

@pardouin

Not sure how to contribute exactly but I just had this cool idea inspired by fmap/map.
Typically when using groupsof or windowsof with strings, it's pretty common that you actually want to yield strings and not tuples of chars.
So for example fgroupsof(3, "ABCDEFGH") would yield "ABC", "DEF", "GH".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions