binary
binary copied to clipboard
Inconsistent INLINE pragmas between word and int for builders.
putInt64be doesn't have an INLINE pragma but putWord64be does.
Seems like an oversight and not intentional. For consistency the int one should probably just also get a pragma.