MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / set_len

Method set_len

Source/external/fast_float.h:1891–1893  ·  view source on GitHub ↗

set the length, without bounds checking.

Source from the content-addressed store, hash-verified

1889
1890 // set the length, without bounds checking.
1891 FASTFLOAT_CONSTEXPR14 void set_len(size_t len) noexcept {
1892 length = uint16_t(len);
1893 }
1894 constexpr size_t len() const noexcept {
1895 return length;
1896 }

Callers 2

long_mulFunction · 0.80
shl_limbsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected