Last active
June 14, 2018 05:02
-
-
Save kolov/bde1b02bf96849a63c6ddd553ec69f05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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