Skip to content

Function 'ins' and 'outs' as array-like objects #13

@balis

Description

@balis

Function ins and outs are now Array-like objects, so that you can refer to an input/ouput by its index ins[0] OR its name ins.sig1 (they refer to the same object). However, array-like behavior is still retained, e.g. ins.forEach, ins.length.

How it works example:
https://github.com/dice-cyfronet/hyperflow/blob/develop/test/funcarg.js

Related commits:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions