Variable eqBytesConst

eqBytes: Eq<Bytes> = ...

Eq instance for Bytes which is true iff the arrays are the same length and each element is the same pairwise.

Generated using TypeDoc