HashMap.opBinaryRight

key in table Returns: pointer to stored value (if key in table) or null

  1. auto opBinaryRight(K k)
    struct HashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
    deprecated("very unsafe, use fetch instead") @system
    opBinaryRight
    (
    string op
    K
    )
    (
    K k
    )
    if (
    op == "in"
    )
  2. auto opBinaryRight(K k)