DataNode.opIndex

Allow accessing Map values using the [] operator using string keys Note: I put the method here to avoid having to cast objets all over the place

  1. DataNode opIndex(string key)
    class DataNode
    opIndex
    (
    string key
    )
  2. DataNode opIndex(size_t key)

Meta