Created
March 1, 2011 11:33
-
-
Save SpringMT/849004 to your computer and use it in GitHub Desktop.
minっぽい関数の拡張系CommentsAdd Star
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
* 入力としてundefあるいは値を複数受け取り | |
* 結果として値の最小値(あるいは値が全てundefの場合はundef)を返す | |
my $min_or_undef = List::Util::min(grep { defined $_ } ($a, $b)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment