rbc.externals.macros#
Description
This module provides the following tools:
Intrinsics:
sizeof(<numba.types.TypeRef|Type instance>) cast(<numba.types.voidptr instance>, <numba.types.TypeRef|StringLiteral instance>)
Methods:
<numba.types.voidptr instance>.cast(<numba.types.TypeRef|StringLiteral instance>)
Casts:
intp, voidptr to/from T*, T**, …, T************* where T is a scalar type.
Functions
|
Cast pointer value to any pointer type. |
|
|
|
|
|
|
|
Return sizeof type. |
|
Convenience method for casting voidptr to any pointer type. |