-
Updated
Oct 22, 2021 - Ruby
object-oriented
Here are 823 public repositories matching this topic...
-
Updated
Sep 18, 2021 - C
-
Updated
Mar 10, 2021 - Go
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 22, 2021 - C++
-
Updated
Aug 6, 2021 - Swift
-
Updated
Oct 22, 2021 - C
Reason
@aprilnovak reported that she would like the option to force the printing of any TIMED_SECTION
. This makes complete sense in the case where you always want to report to the user that something is complete.
Design
Add another option (or another macro) to add this option to TIMED_PRINT
Impact
None - new capability
-
Updated
Aug 23, 2021 - Java
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Mar 11, 2021 - C++
-
Updated
Jun 23, 2016 - PHP
-
Updated
Oct 22, 2021 - C++
-
Updated
Dec 20, 2018 - Go
-
Updated
Mar 24, 2019 - Objective-C
-
Updated
May 8, 2021 - Lua
-
Updated
Oct 21, 2021 - C++
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Oct 13, 2021 - Kotlin
-
Updated
Jan 8, 2014 - C
-
Updated
Oct 18, 2021 - C
-
Updated
Apr 17, 2021 - C
New tutorials
Would you like to learn a new programming language and contribute to an open source project? Try ELENA.
Write a tutorial in ELENA and publish it at ELENA-LANG/tutorials
-
Updated
Sep 17, 2021 - Perl
-
Updated
Oct 22, 2021 - Rust
-
Updated
Jun 14, 2020 - Python
-
Updated
Dec 12, 2020 - Scala
Improve this page
Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-oriented topic, visit your repo's landing page and select "manage topics."
We have
contains
,containsAll
andcontainsAllIterable
today onRichIterable
. The methodscontainsAny(Collection)
,containsNone(Collection)
,containsAnyIterable
, andcontainsNoneIterable
can be implemented as default methods by fusinganySatisfy
andnonSatisfy
withcontains
.