HashMap.opBinaryRight

key in table

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

Return Value

Type: auto

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

Meta