Gets a pointer to the element at the given index.
auto test = "test" in compound; if(test && cast(String)*test) { assert(*test == "test"); }
See Implementation
Gets a pointer to the element at the given index.