From b16ff21838963dc18b898200e5de093c99c0f5d4 Mon Sep 17 00:00:00 2001 From: Shashank <34152717+iThink32@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:55:32 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 264e739..eeb972e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ let dict = ThreadSafeDictionary() let value = dict["hello"] print(value) ``` +where A is any custom class + you can even do a for each like a normal dictionary