Add has_key/2 dictionary method.
[hope.git] / src / hope_gen_dictionary.erl
index 1fab838..ea0f551 100644 (file)
@@ -48,3 +48,6 @@
 
 -callback to_kv_list(t(K, V)) ->
     [{K, V}].
+
+-callback has_key(t(K, _), K) ->
+    boolean().
This page took 0.021428 seconds and 4 git commands to generate.