Skip to content

inline #3

@glathoud

Description

@glathoud

Add support for convenience inlining of normal functions:

inline var result = f(x,y,z);

inline result = f(x,y,z);

inline f(x,y,z);

Requires hygenic renaming of local variables within the calling scope.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions