Type.tonumba#

Type.tonumba(bool_is_int8=None)#

Convert Type instance to numba type object.

Parameters

bool_is_int8 ({bool, None}) – If true, boolean data and values are mapped to LLVM i8, otherwise to i1. Note that numba boolean maps data to i8 and value to i1. To get numba convention, specify bool_is_int8 as None.