added hash,copy methods for lists and maps. The hash method is now obligatory

This commit is contained in:
cozis
2022-03-09 13:05:05 +01:00
parent 0e9075bdbc
commit 7412f91d7d
6 changed files with 110 additions and 24 deletions
+1
View File
@@ -80,6 +80,7 @@
({'': none});
({1: none});
({1.0: none});
({none: none});
({true: none});
({false: none});
({[]: none});