Docs.rs
rust2fun-0.2.1
rust2fun 0.2.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
kalaninja
Dependencies
rust2fun_macros ^0.2.1
normal
proptest ^1.2
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust2fun
0.2.1
In rust2fun::
combinator
rust2fun
::
combinator
Function
tuple3
Copy item path
Source
pub const fn tuple3<A, B, C>(a: A, b: B, c: C) ->
(A, B, C)
Expand description
Create a tuple of 3 elements.