Skip to content

Keyword parameters #218

@RebelPotato

Description

@RebelPotato

Keyword parameters can improve readability. For instance:

$is_group(Z, mul=+, inv=inverse, e=0)

is more readable than:

$is_group(Z, +, inverse, 0)

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