Documentation
1
2
3
4
5
6
7
fn foo() {
    x.foo;
    x.0.bar;
    x.0.1;
    x.0. bar;
    x.0();
}