diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-03-05 11:03:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-05 11:03:55 +0700 |
commit | cdae277eeac60b5af1eb6dc93cac2c543d6c9e2d (patch) | |
tree | fdb139625efc032f70aa2abc00635fcbe7333fe3 /python/pyrsistent/README | |
parent | 66f974475ff3c17432c32653626a225cade03294 (diff) |
python/pyrsistent: Added (data structures).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyrsistent/README')
-rw-r--r-- | python/pyrsistent/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyrsistent/README b/python/pyrsistent/README new file mode 100644 index 0000000000000..a45ef0f1d8b9b --- /dev/null +++ b/python/pyrsistent/README @@ -0,0 +1,3 @@ +Pyrsistent is a number of persistent collections (by some referred to +as functional data structures). Persistent in the sense that they are +immutable
\ No newline at end of file |