MCPcopy Create free account
hub / github.com/coder543/dataplotlib / zip2

Function zip2

src/util.rs:22–31  ·  view source on GitHub ↗

`zip2` will combine two `Vec ` into a single `Vec<(T, T)>` with a length equal to the length of the shorter input `Vec`. Rust has a built in `zip` function, but it has a signature that yields `Vec<(&T, &T)>` which is undesirable.

(a: &Vec<T>, b: &Vec<T>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

plot2d_testFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

plot2d_testFunction · 0.68