aliasing functions from static instances #12

Open
opened 2021-05-11 23:21:30 -04:00 by valyrie97 · 0 comments
valyrie97 commented 2021-05-11 23:21:30 -04:00 (Migrated from github.com)

syntrax sugar to convert

restore() {
  Interface.choice('arguments');
}

to

alias choice = Interface.choice;

restore() {
  choice('arguments');
}
syntrax sugar to convert ``` restore() { Interface.choice('arguments'); } ``` to ``` alias choice = Interface.choice; restore() { choice('arguments'); } ```
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: valerie/vogue#12
There is no content yet.