__as_get_bound
In this section:
Syntax
__as_get_bound(ptr)Parameters
| A pointer. |
Description
Use this operator to create a pointer of the same type as ptr, representing the upper bound of the area pointed to by ptr.
Example
bound = __as_get_bound(my_ptr);