# Packages
No description provided by the author
# Functions
AreSameNodes compairs to lists of key/values for set-wise equality (order independent).
AreSamePairs compairs to lists of key/values for set-wise equality (order independent).
FromIPLD transforms an IPLD Node into its xr.Node representation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MarshalCBOR serializes syntactic nodes in CBOR using its IPLD capabilities.
MarshalJSON syntactic representation.
No description provided by the author
UnmarshalCBOR deserializes syntactic nodes from CBOR using its IPLD capabilities.
UnmarshalJSON syntactic representation.
# Structs
No description provided by the author
No description provided by the author
Dict is a set of uniquely-keyed values.
No description provided by the author
No description provided by the author
List is a set of (uniquely) elements.
Pair holds a key/value pair.
Predicate models a function invocation with named and positional arguments, corresponding to the syntax:
tag(a1, a2, ...; n1=v1, n2=v2, ...).
String is a node representing a string literal.