

Got it, this completely made sense after your explanation and a second look. Also before I saw this example I hadn’t thought about being able to pass arrays and tuples as generic parameters types. Thanks
Got it, this completely made sense after your explanation and a second look. Also before I saw this example I hadn’t thought about being able to pass arrays and tuples as generic parameters types. Thanks
deleted by creator
Yeah, I would recommend having a basic understanding of the language first.
And very soon facebook as well…
and very soon Facebook as well…
Ah cool, I have used them in the past for laptops and my switch, but I didn’t realize they also cover appliances and a bunch of other categories.
Great point. Think of how incredible it would be if you could go on line and get manuals to fix any part of anything you own from a PS5 to a Refrigerator, to a Rivan Truck including all the protocols, chip sets, ect… Or just explore them to see how things work, I’m sure a lot of great inventions and ideas came about from people tinkering with and exploring manuals like these. Anymore these are considered “top secret” and you have to reverse engineer anything to figure out how it works. I think this speaks more to the fact that the things you “buy” these days aren’t really considered yours. You are borrowing the IP to use for a fee and if it breaks, tough shit. Throw it out and get a new one.
I gather from your explanation, that in order to tell before hand whether or not a type will be inferred, you really need to examine the code and see how things are being handled, and optimized out. (And even then you still may not know) Interesting, thanks.