This PR upstreams the definition of `Vector` from Batteries, along with the basic functions.
1 line
97 B
Text
1 line
97 B
Text
Vector'.cons 0 (Vector'.cons 1 (Vector'.cons 2 (Vector'.cons 3 (Vector'.cons 4 (Vector'.nil)))))
|