Expand description

Fundamental data types and type constructors, like Single, Pair, Many.

Module :: fundamental_data_type

experimental rust-status docs.rs discord

Fundamental data types and type constructors, like Single, Pair, Many.

Sample :: trivial

To add to your project

cargo add fundamental_data_type

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/fundamental_data_type_trivial_sample
cargo run

Re-exports

pub use super::internal::single;
pub use super::internal::single;
pub use super::internal::single;

Modules

Exposed namespace of the module.

Orphan namespace of the module.

Prelude to use: use wtools::prelude::*.

Protected namespace of the module.

Collection of primal data types.

Macros

Macro to declare another type wrapping a single another type into a tuple.

Structs

A type wrapping a single another type into a tuple.