48 std::array<char, 4> c;
62 template<
typename dtype>
66 static_assert(
CHAR_BIT == 8,
"CHAR_BIT != 8");
76 for (std::size_t k = 0; k <
sizeof(
dtype); ++k)
#define STATIC_ASSERT_INTEGER(dtype)
Definition StaticAsserts.hpp:43
bool isLittleEndian() noexcept
Definition Endian.hpp:43
dtype byteSwap(dtype value) noexcept
Definition Endian.hpp:63
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::uint8_t uint8
Definition Types.hpp:42
std::uint32_t uint32
Definition Types.hpp:40