Comment on Compile-time JSON deserialization in C++parentComments−ska802ywhat does (the ....) do?Specifies the type of the form. In this example, it tells the CL compiler that the returned `(+ x y)` is a `fixnum`.−ArtixFox2yOh thank you!!
Comments
Specifies the type of the form. In this example, it tells the CL compiler that the returned `(+ x y)` is a `fixnum`.
Oh thank you!!