// SPDX-FileCopyrightText: 2022 Thomas Kramer <code@tkramer.ch>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Traits for truth-tables.
//! Truth-tables are used for expressing complete or partial boolean functions with a small number of inputs.
use crate;
/// Abstraction for accessing and evaluating a partially defined truth-table.
/// Abstraction for accessing and evaluating a truth-table.
/// Abstraction for modifying a truth-table.