Skip to content

Instantly share code, notes, and snippets.

@kolov
Last active June 14, 2018 05:02
Show Gist options
  • Save kolov/bde1b02bf96849a63c6ddd553ec69f05 to your computer and use it in GitHub Desktop.
Save kolov/bde1b02bf96849a63c6ddd553ec69f05 to your computer and use it in GitHub Desktop.
def volume(box: Box) = (box.width, box.length, box.height).mapN( _ * _ * _)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment