Skip to content

doc typo: takeWhile #188

@pdavidow

Description

@pdavidow

http://swannodette.github.io/mori/#takeWhile

a = [0,1,2,3,4,5,6,7,8,9]
mori.takeWhile ((n) -> n < 5), r // => (0 1 2 3 4)

((n) -> n < 5), r => ((n) -> n < 5), a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions