graphprotocol / graph-tooling

Monorepo for various tools used by subgraph developers.
https://thegraph.com/docs
Apache License 2.0
386 stars 206 forks source link

`equals` and `concat` #1118

Open tsuberim opened 5 years ago

tsuberim commented 5 years ago

We should add equals and concat to the graph-ts package since its very general and probably will be used by all users.

Jannis commented 5 years ago

@tsuberim Is this specifically about arrays or other types as well?

tsuberim commented 5 years ago

@Jannis arrays in general. All the types in graph-ts are ultimately byte arrays no?