carbon.algorithm

このモジュールは、標準ライブラリのstd.algorithmを強化します。

Members

Functions

flatMap
auto flatMap(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
maxOf
ElementType!R maxOf(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
minOf
ElementType!R minOf(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
product
ElementType!R product(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
ElementType!R sum(R range)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

tmap
template tmap(fun...)

tmap

Meta