qubit-function 0.11.2

Functional programming traits and Box/Rc/Arc adapters for Rust, inspired by Java functional interfaces
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/

//! Function module tests

pub mod bi_function_once_tests;
pub mod bi_function_tests;
pub mod bi_mutating_function_once_tests;
pub mod bi_mutating_function_tests;
pub mod function_once_tests;
pub mod function_tests;
pub mod mutating_function_once_tests;
pub mod mutating_function_tests;
pub mod stateful_function_tests;
pub mod stateful_mutating_function_tests;