clr 2023-01-15

What would the ClojureCLR equivalent form of (Class/forName "[B") be? I want to match on a byte array in an extend-protocol construct.

user=> (Type/GetType "System.Byte[]")
System.Byte[]

👍 1

Start collecting all these for a FAQ?

💯 3

Yes! I was going to ask we start doing this somewhere.

That’s a good idea! I’ll can start compiling one from those I know. Hopefully others can contribute their tricks.