1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00
Beef/BeefLibs/corlib
m910q 80f72fd35e Fix for Debug.WriteLine() - Avoid potential String reallocation
Debug.WriteLine() no longer reallocate its scoped String when appending a newline.
This only happened when the StringView length  matches the buffersize in the String.
2022-01-06 22:10:52 +01:00
..
cpp Initial checkin 2019-08-23 11:56:54 -07:00
src Fix for Debug.WriteLine() - Avoid potential String reallocation 2022-01-06 22:10:52 +01:00
BeefProj.toml Debug Break,SafeBreak,IsDebuggerPresent. [NoDebug] 2020-10-10 07:08:30 -07:00
BeefSpace.toml Initial checkin 2019-08-23 11:56:54 -07:00
main.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00