module documentation
This modules contains the Pointer
type.
Class |
|
A type constructor that accepts a type T as parameter and builds the type representing "a pointer to T" (T*). |
Function | check |
Undocumented |
Function | _underlying |
Undocumented |
def _underlying_type_from_size(size):
Undocumented
Parameters | |
size:_Optional[ | Undocumented |
Returns | |
Type | Undocumented |