Skip to content

Feature: auto argse #407

@gavr123456789

Description

@gavr123456789

U create a bunch of args, and then reuse them for different functions

type Kek
Kek name::String age::Int waw::Bool = []

args = (name: "a" age: 42) // tuple | anonymous obj

kek ..args waw: true

Questions

What if order is different?

kek waw: true ..args

Is there a better syntax for that?

kek waw: true

What if its only a tuple send?

kek args // ???
// do we need a special syntax just for tuple sending?
// should it be function call syntax???
// kek (args)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions