gingerBill
51f79724ed
Merge pull request #5686 from thetarnav/zero-small-array-resize
...
Zero small array resize
2025-09-26 14:16:54 +01:00
Damian Tarnawski
e163c20a02
Correct set_example in small_array
2025-09-15 15:29:17 +02:00
Damian Tarnawski
40c8f45a81
Correct small_array resize examples
2025-09-15 15:15:44 +02:00
Damian Tarnawski
b986c534a3
Replace mem.zero_slice with intrinsics.mem_zero in small_array.resize
2025-09-15 15:01:20 +02:00
Damian Tarnawski
7adc33d5a4
Add @require to core:mem import in small_array
2025-09-15 14:56:46 +02:00
Damian Tarnawski
3d66625de0
Zero memory in small_array.resize and add non_zero_resize
2025-09-15 14:40:58 +02:00
Damian Tarnawski
3e62c2c79a
Add "contextless" to small_array get_safe and get_ptr_safe
2025-09-14 10:39:33 +02:00
Robin Bergewski
e963ba12fc
core:container/small_array: add package documentation
2025-04-05 15:38:42 +02:00
Feoramund
309953e0f2
Return false if Small_Array can't append multiple elements
...
Fixes #4177
2024-09-03 01:14:17 -04:00
gingerBill
8642d719f0
Imply #no_capture to all variadic parameters
2024-07-14 12:19:47 +01:00
gingerBill
c7bd954752
Add more uses of #no_capture
2024-07-14 11:56:04 +01:00
gingerBill
e296d6fb90
Fix loads of indentation issues with mixing spaces and tabs
2024-06-29 19:50:51 +01:00
gingerBill
3e7e779abf
Replace core:* to base:* where appropriate
2024-01-28 22:18:51 +00:00
Lucas Perlind
f029b4beb1
Add more utility procedures to small array
2022-12-21 13:00:33 +11:00
gingerBill
035c75d6a9
Add contextless where appropriate
2022-11-11 11:23:59 +00:00
sduman
9ce64916e6
Add missing result parameter names
...
This adds some missing result parameters names back to pop_front_safe.
Currently it the procedure won't compile since it's referencing missing variable names.
2022-04-28 17:08:48 -06:00
gingerBill
2289b7a33d
Remove #caller_location from certain calls in core:container/small_array
2022-04-04 17:04:05 +01:00
gingerBill
a66f859fb4
Minor improvements to core:container/small_array
2021-12-29 11:58:27 +00:00
gingerBill
c46e7eda1d
Add core:container/small_array
2021-12-29 11:26:22 +00:00