DataNode.opIndex

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

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

Meta