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
StaticNumOutputs
libreda_
logic
0.0.3
Static
NumOutputs
Implementors
In libreda_
logic::
traits
libreda_logic
::
traits
Trait
Static
NumOutputs
Copy item path
Source
pub trait StaticNumOutputs<const NUM_OUTPUTS:
usize
> { }
Expand description
Number of outputs known at compile time.
Implementors
§
Source
§
impl
StaticNumOutputs
<1> for
SmallTruthTable
Source
§
impl<'a, T, TermId>
StaticNumOutputs
<1> for
OutputSelection
<'a, T, TermId>
Source
§
impl<F, const NUM_INPUTS:
usize
, const NUM_OUTPUTS:
usize
>
StaticNumOutputs
<NUM_OUTPUTS> for
NativeBooleanFunction
<F, NUM_INPUTS, NUM_OUTPUTS>
where F:
Fn
([
bool
;
NUM_INPUTS
]) -> [
bool
;
NUM_OUTPUTS
],
Source
§
impl<const N:
usize
>
StaticNumOutputs
<1> for
SmallStaticTruthTable
<N>