MCPcopy Create free account
hub / github.com/docknetwork/crypto / right

Method right

utils/src/pairs.rs:91–93  ·  view source on GitHub ↗

Returns underlying right elements.

(self)

Source from the content-addressed store, hash-verified

89
90 /// Returns underlying right elements.
91 pub fn right(self) -> &'right [Right] {
92 self.right
93 }
94
95 /// Splits into two slices with equal length.
96 pub fn split(self) -> (&'left [Left], &'right [Right]) {

Callers 1

gen_com_proofMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected