diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-24 18:03:06 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-24 18:03:06 +0200 |
commit | 5e3f33bd66ef5b21568fde7866ca4ba9a7496180 (patch) | |
tree | d2692b78cb20655de5ebf842de72fd2b806d12db /docs | |
parent | 0a481b9aef3726763c572ad3ce6d44ea14dd35ba (diff) | |
download | lanes-5e3f33bd66ef5b21568fde7866ca4ba9a7496180.tar.gz lanes-5e3f33bd66ef5b21568fde7866ca4ba9a7496180.tar.bz2 lanes-5e3f33bd66ef5b21568fde7866ca4ba9a7496180.zip |
Lindas now accept deep user data as valid keys
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index db9ec5a..281bd82 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1183,7 +1183,7 @@ | |||
1183 | Characteristics of the Lanes implementation of Lindas are: | 1183 | Characteristics of the Lanes implementation of Lindas are: |
1184 | 1184 | ||
1185 | <ul> | 1185 | <ul> |
1186 | <li>Keys can be of boolean, number, string or light userdata type. Tables and functions can't be keys because their identity isn't preserved when transfered from one Lua state to another.</li> | 1186 | <li>Keys can be of boolean, number, string, light userdata, and deep userdata type. Tables and functions can't be keys because their identity isn't preserved when transfered from one Lua state to another.</li> |
1187 | <li>values can be any type supported by inter-state copying (same <a href="#limitations">limits</a> as for function arguments and upvalues).</li> | 1187 | <li>values can be any type supported by inter-state copying (same <a href="#limitations">limits</a> as for function arguments and upvalues).</li> |
1188 | <li>consuming method is <tt>:receive</tt> (not in).</li> | 1188 | <li>consuming method is <tt>:receive</tt> (not in).</li> |
1189 | <li>non-consuming method is <tt>:get</tt> (not rd).</li> | 1189 | <li>non-consuming method is <tt>:get</tt> (not rd).</li> |