Module dtype

Module dtype 

Source

Traitsยง

DType
DType is a trait designed to provide additional information regarding the type of a particular value.
IsType
The IsType trait provides a method to check if the current type is of a specific type at runtime. This is useful for dynamic type checking in scenarios where the type may not be known at compile time.
TypeOf
The TypeOf trait automatically provides a way to check if a type is of a specific type at compile time. This is useful for generic programming and type checking.