An ElementBinding binds a key to an element of a container. For
example, ElementBinding('0', Object()) indicates the 0th element of a
container of Objects. When this ElementBinding is bound to the list [1,
2, 3], resolving the binding will result in the 0th element, the object
1.