Guest User

Untitled

a guest
May 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. pub fn groups(position: [u8; DIMENSIONS]) -> [impl Group; DIMENSIONS + 1]
  2.  
  3. pub fn groups<T: Group>(position: [u8; DIMENSIONS]) -> [T; DIMENSIONS + 1]
  4.  
  5. pub fn groups<T: Group, const DIMENSIONS: usize>(position: [u8; DIMENSIONS])
  6. -> [T; DIMENSIONS + 1]
Add Comment
Please, Sign In to add comment