liebharc / basic_dsp

Basic DSP vector operations for Rust.
Apache License 2.0
43 stars 5 forks source link

Add a clone or copy method #23

Closed liebharc closed 8 years ago

liebharc commented 8 years ago

Analog to Rusts Vec class. But make sure that the Rust compiler will never create a clone implicitly.