Guest User

Untitled

a guest
Mar 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. i := 0 // int
  2. if len(a) == i {
  3. }
  4.  
  5. if len(a) == uint(i) {
  6. }
  7.  
  8. if int(len(a)) == i {
  9. }
Add Comment
Please, Sign In to add comment