Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct IntVector<'a> {
- vec: &'a [i32],
- }
- // Implement algorithm for IntVector
- struct FloatVector<'a> {
- vec: &'a [f64],
- }
- // Implement algorithm for FloatVector
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement