Skip to content

Instantly share code, notes, and snippets.

@naush
Created February 12, 2011 21:10
Show Gist options
  • Save naush/824127 to your computer and use it in GitHub Desktop.
Save naush/824127 to your computer and use it in GitHub Desktop.
(defn out-of-bound [point size] (or (< point 0) (> point (dec size))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment