Infinitely expandable string.pack
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Infinitely expandable string.pack
- From: "Soni \"They/Them\" L." <fakedme@...>
- Date: 2018年3月28日 08:12:24 -0300
string.pack currently doesn't accept anything past the end of the format
string, it just ignores everything.
what if it didn't? what if, at the end of the format string, it read
another format string?
what if string.pack("I", 32, "I", 64) was the same as string.pack("II",
32, 64)?
thanks.
--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.