Guest User

Untitled

a guest
Jun 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. let frequency = keyValuePairs[index]
  2. if frequency == nil || frequency == 0 {
  3. throw Error.missing
  4. } else if frequency! > 1 {
  5. throw Error.tooMany
  6. }
Add Comment
Please, Sign In to add comment