Skip to content

Instantly share code, notes, and snippets.

@joshthecoder
Created February 2, 2010 17:41
Show Gist options
  • Save joshthecoder/292856 to your computer and use it in GitHub Desktop.
Save joshthecoder/292856 to your computer and use it in GitHub Desktop.
HeaderMap: class extends HashMap<String> {
init: func ~headermap {
init(100)
}
init: func ~headermapWithCapacity (capacity: UInt) {
T = String
super(capacity)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment