nbittich/adana

drop for array/struct

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)