F# special quotes? (##)
问题 I just ran across http://frankniemeyer.blogspot.com/2010/04/minimalistic-native-64-bit-array.html Which contains the line (# "sizeof !0" type('T) : nativeint #) I believe the technical phrase is "what the heck?" I have never in my (~8 months) of F# programming run across something even resembling that... FSI tells me something about deprecated constructs, used only for F# libs... And google with (# does uh...well, not much Any direction in this? 回答1: This is the notation for inline IL