drop for array/struct
Closed this issue · 0 comments
nbittich commented
this should be legal:
arr = [1,2,3]
drop(arr[1])
s = struct {
a: 1,
b: "hello"
}
drop(s.a)
Closed this issue · 0 comments
this should be legal:
arr = [1,2,3]
drop(arr[1])
s = struct {
a: 1,
b: "hello"
}
drop(s.a)