-
Updated
Sep 2, 2021 - Swift
functional
Here are 1,377 public repositories matching this topic...
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Aug 29, 2021 - Erlang
-
Updated
Sep 2, 2021 - Go
-
Updated
Sep 2, 2021 - Jsonnet
-
Updated
Aug 31, 2021 - Haskell
-
Updated
Apr 11, 2020 - Python
-
Updated
Jul 30, 2021 - Rust
-
Updated
Aug 31, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Sep 1, 2021 - TypeScript
We have contains
, containsAll
and containsAllIterable
today on RichIterable
. The methods containsAny(Collection)
, containsNone(Collection)
, containsAnyIterable
, and containsNoneIterable
can be implemented as default methods by fusing anySatisfy
and nonSatisfy
with contains
.
-
Updated
Sep 1, 2021 - TypeScript
Currently they wrap them into pvector
which is not as efficient as it could be in Python 3.
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Sep 2, 2021 - Python
Currently, our math module isn't completely filled with necessary math functions, where you can contribute us by adding more math functions. This issue has reference on how to add log
function to the math module.
How to implement
PR #154 has example on how to add log10
to the math module, which you can use as a reference to add log
(base 2) function.
Finally
And don't forget
-
Updated
Feb 20, 2021 - Go
-
Updated
May 15, 2021 - F#
-
Updated
Aug 31, 2021 - PHP
-
Updated
Sep 1, 2021 - D
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Dec 22, 2019 - JavaScript
-
Updated
Sep 2, 2021 - Scala
-
Updated
Aug 31, 2021 - Python
-
Updated
Oct 31, 2018 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the functional topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the functional topic, visit your repo's landing page and select "manage topics."
Should suppress
--strict
warnings.