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