MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / len

Method len

modules/engine/runtime/include/SkrRT/misc/fast_float.h:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 span() : ptr(nullptr), length(0) {}
235
236 constexpr size_t len() const noexcept {
237 return length;
238 }
239
240 const T& operator[](size_t index) const noexcept {
241 FASTFLOAT_DEBUG_ASSERT(index < length);

Callers 15

extend_uncheckedMethod · 0.45
try_extendMethod · 0.45
small_add_fromFunction · 0.45
small_mulFunction · 0.45
large_add_fromFunction · 0.45
long_mulFunction · 0.45
large_mulFunction · 0.45
hi64Method · 0.45
compareMethod · 0.45
shl_bitsMethod · 0.45
shl_limbsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected