Guest User

Untitled

a guest
Jul 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. // Just works
  2. List<String> listOfString = cast(list);
  3.  
  4. // Doesn't work
  5. printAll(cast(list));
Add Comment
Please, Sign In to add comment