How to use a std::pair on the ESP32 and ESP8266, using 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.
ESP8266 Arduino: Testing the cpplinq library
Testing the cpplinq library on the ESP8266.
ESP32 / ESP8266 Arduino: Range-based for loop by reference
Range-based for loops by reference on the ESP32 and ESP8266, running the Arduino core.
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.
ESP8266 SPIFFS: Appending content to file
How to append content to a file on the ESP8266 SPIFFS file system, using the Arduino core.