Skip to main content

dt_get_num_constructors

Function dt_get_num_constructors 

Source
pub unsafe extern "C" fn dt_get_num_constructors(
    dt: Datatype,
) -> usize
Expand description

Get the number of constructors of a given datatype. @param dt The datatype. @return The number of constructors.