-
Updated
Jan 24, 2022 - Swift
functional
Here are 1,432 public repositories matching this topic...
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Feb 2, 2022 - Go
-
Updated
Jan 26, 2022 - Erlang
-
Updated
Feb 2, 2022 - Jsonnet
-
Updated
Jan 24, 2022 - Haskell
-
Updated
Apr 11, 2020 - Python
-
Updated
Jan 18, 2022 - Rust
-
Updated
Jan 19, 2022 - TypeScript
-
Updated
Dec 16, 2021 - TypeScript
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Jan 13, 2022 - 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
Jan 24, 2022 - 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
Jan 31, 2022 - 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 2, 2022 - Scala
-
Updated
Feb 20, 2021 - Go
-
Updated
Jan 26, 2022 - F#
-
Updated
Jan 15, 2022 - TypeScript
-
Updated
Jan 31, 2022 - PHP
-
Updated
Feb 2, 2022 - D
-
Updated
Oct 3, 2021 - Python
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Oct 31, 2018 - JavaScript
-
Updated
Jan 31, 2022 - 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.