#elixir #vector #lists #data_structures #erlang
Why doesn’t vector exist in elixir natively?
https://medium.com/@bruteforcecat/why-doesnt-vector-exist-in-elixir-natively-b0aff4b51630
Why doesn’t vector exist in elixir natively?
https://medium.com/@bruteforcecat/why-doesnt-vector-exist-in-elixir-natively-b0aff4b51630
Medium
Why Doesn’t Vector Exist in Elixir Natively?
A Vector(array with adjustable size) is a collection of values indexed by contiguous integers and it is a very commonly used collection…