Docs.rs
libreda-logic-0.0.3
libreda-logic 0.0.3
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
fsitok
Dependencies
blanket ^0.3.0
normal
fnv ^1.0
normal
itertools ^0.13
normal
log ^0.4
normal
num-traits ^0.2
normal
serde ^1
normal
optional
smallvec ^1.11
normal
streaming-iterator ^0.1
normal
criterion ^0.5
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
StaticNumInputs
libreda_
logic
0.0.3
Static
NumInputs
Implementors
In libreda_
logic::
traits
libreda_logic
::
traits
Trait
Static
NumInputs
Copy item path
Source
pub trait StaticNumInputs<const NUM_INPUTS:
usize
> { }
Expand description
Number of inputs known at compile time.
Implementors
§
Source
§
impl<F, const NUM_INPUTS:
usize
, const NUM_OUTPUTS:
usize
>
StaticNumInputs
<NUM_INPUTS> for
NativeBooleanFunction
<F, NUM_INPUTS, NUM_OUTPUTS>
where F:
Fn
([
bool
;
NUM_INPUTS
]) -> [
bool
;
NUM_OUTPUTS
],
Source
§
impl<const N:
usize
>
StaticNumInputs
<N> for
SmallStaticTruthTable
<N>