Read file to string/buffer
This commit is contained in:
@ -5,7 +5,8 @@
|
||||
|
||||
using namespace ia;
|
||||
|
||||
VOID print(IN CONST Span<int>& s)
|
||||
template<typename _value_type>
|
||||
VOID print(IN CONST Span<_value_type>& s)
|
||||
{
|
||||
for(const auto& v: s)
|
||||
Logger::Info(v);
|
||||
|
||||
Reference in New Issue
Block a user