Module var

Source
Expand description

“Var”-style syntax for building Open Hypergraphs.

Structs§

Var

Traits§

HasAdd
Vars can be added when the underlying signature has an operation for ‘addition’.
HasBitAnd
Vars support this operator when the underlying signature has the appropriate operation.
HasBitOr
Vars support this operator when the underlying signature has the appropriate operation.
HasBitXor
Vars can be added when the underlying signature has an operation for ‘addition’.
HasVar