|
|
|
|
|
by Tuna-Fish
4011 days ago
|
|
Your guess about 'a is correct. 'a is here used to signify that the return value can only be safely used while the value table exists and is not being concurrently modified. This implies that the value is not copied on return, but only a reference into the table is returned. |
|