Go to the source code of this file.
|
|
Ref | mim::plug::core::op (trait o, Ref type) |
|
|
Ref | mim::plug::core::op (pe o, Ref def) |
|
|
constexpr std::array< std::array< u64, 2 >, 2 > | mim::plug::core::make_truth_table (bit2 id) |
|
|
Ref | mim::plug::core::extract_unsafe (Ref d, Ref i) |
|
Ref | mim::plug::core::extract_unsafe (Ref d, u64 i) |
|
|
Ref | mim::plug::core::insert_unsafe (Ref d, Ref i, Ref val) |
|
Ref | mim::plug::core::insert_unsafe (Ref d, u64 i, Ref val) |
|
|
|
template<bool up> |
const Sigma * | mim::plug::core::convert (const TBound< up > *b) |
|
const Sigma * | mim::plug::core::convert (const Bound *b) |
|
|
constexpr bool | mim::is_commutative (plug::core::nat id) |
|
constexpr bool | mim::is_commutative (plug::core::ncmp id) |
|
constexpr bool | mim::is_commutative (plug::core::wrap id) |
|
constexpr bool | mim::is_commutative (plug::core::icmp id) |
|
constexpr bool | mim::is_commutative (plug::core::bit2 id) |
|
constexpr bool | mim::is_associative (plug::core::bit2 id) |
|
constexpr bool | mim::is_associative (plug::core::nat id) |
|
constexpr bool | mim::is_associative (plug::core::ncmp id) |
|
constexpr bool | mim::is_associative (plug::core::icmp id) |
|
constexpr bool | mim::is_associative (plug::core::wrap id) |
|