(x: i64, y: i64)
| 344 | } |
| 345 | |
| 346 | fn coord(x: i64, y: i64) -> Vec<CoordValue> { |
| 347 | vec![CoordValue::Int64(x), CoordValue::Int64(y)] |
| 348 | } |
| 349 | |
| 350 | fn put(c: Vec<CoordValue>, a: Vec<CellValue>, sys: i64, vf: i64, vu: i64, lsn: u64) -> PutCell { |
| 351 | PutCell { |
no outgoing calls