expose some interfaces for external usage (from introduction-pods) (#256)
* expose some interfaces for external usage (from introduction-pods) * add From<MainPod> for OperationArg, add copy op! Co-authored-by: Eduard S. <eduardsanou@posteo.net> --------- Co-authored-by: Eduard S. <eduardsanou@posteo.net>
This commit is contained in:
parent
5d13ac32ce
commit
7bc0bd08d2
6 changed files with 54 additions and 22 deletions
|
|
@ -39,7 +39,7 @@ all of which are represented as `MerkleTree` on the back end.
|
|||
|
||||
The frontend compound types and their implementation as Merkle trees is explained under [POD value types](./values.md#dictionary-array-set). The backend structure of a MerkleTree is explained on [the Merkle tree page](./merkletree.md).
|
||||
|
||||
The POD2 interface provides statements for working with Merkle trees and compond types at all layers of the stack:
|
||||
The POD2 interface provides statements for working with Merkle trees and compound types at all layers of the stack:
|
||||
- Primitive statements for Merkle trees
|
||||
- General derived statements for Merkle trees
|
||||
- Specialized `ContainsKey`, `NotContainsKey`, and `ContainsValue` statements for the three front-end types.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue