LinkedMap.has

Returns true if key is found.

  1. bool has(K key)
  2. bool has(K key)
    struct LinkedMap(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
    @safe pure
    static if(!(nogcIndexing))
    bool
    has
    (
    K key
    )

Meta