Function numpy::dtype

source ·
pub fn dtype<'py, T: Element>(py: Python<'py>) -> &'py PyArrayDescr
👎Deprecated since 0.21.0: This will be replaced by dtype_bound in the future.
Expand description

Returns the type descriptor (“dtype”) for a registered type.