You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><td><ahref="./reflectreference/functions.html">functions</a></td><td>Lists the functions available on the reference.</td></tr>
201
200
<tr><td><ahref="./reflectreference/clear.html">clear</a></td><td>Clears the container, if the reference is an appropriate container type.</td></tr>
202
-
<tr><td><ahref="./reflectreference/display_value.html">display_value</a></td><td>Displays the "value" of this reference This is useful for debugging and logging.</td></tr>
203
-
<tr><td><ahref="./reflectreference/iter.html">iter</a></td><td>Iterates over the reference, if the reference is an appropriate container type. Returns an "next" i...</td></tr>
204
201
<tr><td><ahref="./reflectreference/len.html">len</a></td><td>Retrieves the length of the reference, if the reference is an appropriate container type.</td></tr>
205
-
<tr><td><ahref="./reflectreference/remove.html">remove</a></td><td>Removes the value at the specified key from the reference, if the reference is an appropriate contai...</td></tr>
206
-
<tr><td><ahref="./reflectreference/pop.html">pop</a></td><td>Pops the value from the reference, if the reference is an appropriate container type.</td></tr>
202
+
<tr><td><ahref="./reflectreference/insert.html">insert</a></td><td>Inserts the value into the reference at the specified index, if the reference is an appropriate cont...</td></tr>
203
+
<tr><td><ahref="./reflectreference/iter.html">iter</a></td><td>Iterates over the reference, if the reference is an appropriate container type. Returns an "next" i...</td></tr>
207
204
<tr><td><ahref="./reflectreference/push.html">push</a></td><td>Pushes the value into the reference, if the reference is an appropriate container type.</td></tr>
208
-
<tr><td><ahref="./reflectreference/variant_name.html">variant_name</a></td><td>If this type is an enum, will return the name of the variant it represents on the type.</td></tr>
205
+
<tr><td><ahref="./reflectreference/display_value.html">display_value</a></td><td>Displays the "value" of this reference This is useful for debugging and logging.</td></tr>
209
206
<tr><td><ahref="./reflectreference/map_get.html">map_get</a></td><td>Gets and clones the value under the specified key if the underlying type is a map type.</td></tr>
210
207
<tr><td><ahref="./reflectreference/display_ref.html">display_ref</a></td><td>Displays this reference without printing the exact contents. This is useful for debugging and loggi...</td></tr>
211
-
<tr><td><ahref="./reflectreference/insert.html">insert</a></td><td>Inserts the value into the reference at the specified index, if the reference is an appropriate cont...</td></tr>
208
+
<tr><td><ahref="./reflectreference/functions.html">functions</a></td><td>Lists the functions available on the reference.</td></tr>
209
+
<tr><td><ahref="./reflectreference/pop.html">pop</a></td><td>Pops the value from the reference, if the reference is an appropriate container type.</td></tr>
210
+
<tr><td><ahref="./reflectreference/variant_name.html">variant_name</a></td><td>If this type is an enum, will return the name of the variant it represents on the type.</td></tr>
211
+
<tr><td><ahref="./reflectreference/remove.html">remove</a></td><td>Removes the value at the specified key from the reference, if the reference is an appropriate contai...</td></tr>
0 commit comments