Hi,
I've been writing embedded C for decades, while using SE for at least 15 years. Now I'm on a project with C++17, and I've never written C++ before.
One of the params in the fn prototype is const gsl::span<uint8_t> &buffer
If I type buffer in the fn context and then hit '.', no method list pops up - how do I enable listing the gsl span methods?