Pinned Loading
-
-
-
Binary Serializer/Deserializer for C...
Binary Serializer/Deserializer for C++ structs 1/* serialization.hh v1.2 by maxrt101
2* Serializer/Deserializer for C++ objects
3* To make class serializable, add MAKE_SERIALIZABLE() macro inside it's declaration
4* and pass all fields into it.
5*/
-
Implementation of range(), enumerate...
Implementation of range(), enumerate() and zip(), similar in functionality to corresponding python functions 1/* generator.h v1.0 by maxrt101
2* Header that provides functionality similar to python's generators,
3* including implementations for range(), enumarate() and zip()
4*/
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.