Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Created January 7, 2014 03:36
Show Gist options
  • Save yifan-gu/8294310 to your computer and use it in GitHub Desktop.
Save yifan-gu/8294310 to your computer and use it in GitHub Desktop.
const
const writeOp = 0x100
const {
GET = iota
CONTAINS = iota
...
WRITE = writeOp
DELETE = writeOp + 1
UPDATE = writeOP + 2
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment