Module traits

Module traits 

Source
Expand description

Core traits for raw and validated scalar types. Core trait definitions for the num-valid library.

This module contains the fundamental traits that define the behavior of raw and validated scalar types.

Modules§

raw
Raw trait contracts for unchecked operations on primitive types. Raw trait definitions for unchecked scalar operations.
validation
Validation traits and marker traits for finite value guarantees. Validation traits and marker traits for scalar types.

Traits§

NumKernel
Defines a complete numerical kernel, acting as the central configuration point.
RawKernel
Defines the identity of a raw numerical kernel by associating its fundamental types.