nlib
Deprecated List
Member nn::nlib::TextReader::ReadUntil (size_t *len, nlib_utf8_t *buf, size_t n, T pred) noexcept
This member function will be deleted in a future release. Though pred takes a pointer to a string, it poses an issue that the range that can be safely accessed is indefinite.
Member nn::nlib::TextReader::ReadUntil (size_t *len, nlib_utf8_t(&buf)[N], T pred) noexcept
This member function will be deleted in a future release.