cumin
cumin copied to clipboard
[Feature] Property Access
struct X {
x: Int,
}
let data = X(42);
data.x