diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2017-11-18 22:49:36 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2017-11-18 22:49:36 -0500 |
| commit | 7d0f50a771e081814af4a06e92812d0243df7fc4 (patch) | |
| tree | 36b034d281f3be39bf9b5b180d636de2dcc87f61 /docs/security.rst | |
| parent | fe899f96eddf032dea9822a72ceed2c9b2cf8539 (diff) | |
I'm going to need vectors for my target use case.
Diffstat (limited to 'docs/security.rst')
| -rw-r--r-- | docs/security.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/security.rst b/docs/security.rst index 4a42a2d..027b0de 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -50,6 +50,8 @@ possible: * Python ``bool`` objects, used to represent Actinide booleans. +* Python ``list`` objects, used to represent Actinide vectors. + * The Python ``None`` constant, used to represent the empty list. The remaining built-in types are represented using classes: |
