xposure

Results 26 comments of xposure

Forgot to add that formatting this document will strip the comma from `Entity, this( ... )`

I don't know about Beef, but in c# if you call something thats conditional the entire statement is removed, for example `For(i++)` in release mode `i++` would never happen if...

You know what, I think its from a relaunch on crash.

It would depend how far the package management feature goes, if its something like nuget, you wouldn't want any of the package stuff in the git repo and it would...

Probably not? was main thread.

I ctrl-tabbed back to Enumerable.bf and it crashed, I was looking through the threads but figured it would be main?

I don't think I understand, doesn't the language already support `using` ? ``` public struct Test: IDisposable{ public void Dispose() { } } using(let x = Test()){ //do something }...

Ok, I would have to disagree though with the reasoning here. I have zero knowledge of writing a compiler so please do not misunderstand my naive thought process, but to...

@beefy those screenshots would be my intended use case

Something like this? ``` (T*)Internal.UnsafeCastToPtr(xy); ```