ra’s avatarra’s Twitter Archive—№ 34,836

  1. …in reply to @omershapira
    @omershapira yeah its great. i think the recursive struct i tweeted is just a way to reconcile the type system and the "primitive types" which are built into the CLR and otherwise would be weird special cases.
    1. …in reply to @ra
      @omershapira i think the trick is that a struct with a single int field (which fits with c#'s semantics) is byte-identical to a plain integer value (which fits with the CLR's primitive semantics)