Thanks to visit codestin.com
Credit goes to github.com

Skip to content

named argument in capture should be used as the capture name. #27

@jimhester

Description

@jimhester

So instead of

rex(capture(name = 'test', anything))

You can write

rex(capture(test = anything))

Or the short form

rex(.(test = anything))

It should not require a huge change except for the capture implementation.

I am undecided whether to try and maintain backwards compatibility with the previous behavior or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions