(sink: Storage, source: Storage)
| 724 | } |
| 725 | |
| 726 | pub fn r#move(sink: Storage, source: Storage) -> NodeVariant::Move { |
| 727 | NodeVariant::Move(sink, source) |
| 728 | } |
| 729 | |
| 730 | // id like for this to just take an ABI parameter but rust deprececated |
| 731 | // default generic arguments for functions :/ |