Skip to main content

c_dtype

Function c_dtype 

Source
pub fn c_dtype(dtype: &DType) -> String
Expand description

Convert a DType to its C type string.

For vectors, returns the typedef name (e.g. float4). For pointers, returns T*.