How to get the last element of an array that fills a given criteria, using cpplinq.
ESP32 / ESP8266 Arduino: The pairwise operator
How to use the cpplinq pairwise operator, tested on the ESP32 and ESP8266, with the Arduino core.
ESP32 / ESP8266 cpplinq: The except operator
How to use the cpplinq except operator.
ESP32 / ESP8266 cpplinq: Finding the intersection between two arrays
How to obtain the intersection between two integer arrays, using cpplinq on the ESP8266 and on the ESP32.
ESP32 / ESP8266 cpplinq: Finding the union between two arrays
Applying the union operation over two arrays, using the cpplinq library on both the ESP32 and the ESP8266.
ESP8266 Arduino: Testing the cpplinq library
Testing the cpplinq library on the ESP8266.
ESP32 cpplinq: Filtering arrays of objects
How to filter an array of objects, using cpplinq on the ESP32.
ESP32 cpplinq: combining the skip and take operators
Implementing pagination on the ESP32, using the Arduino core and the cpplinq library.
ESP32 cpplinq: The take operator
How to apply the cpplinq take operator, using the ESP32.
ESP32 Arduino cpplinq: The skip operator
Using the cpplinq skip operator, running on an ESP32.