prototype cursor done

This commit is contained in:
2024-11-29 20:11:08 -05:00
parent c62bf2cf07
commit 898c389bb0
6 changed files with 87 additions and 29 deletions

View File

@ -127,7 +127,7 @@ array_append_at_value :: proc( using self : ^Array( $ Type ), item : Type, id :
{
id := id
if id >= num {
id = num - 1
id = num
}
if id < 0 {
id = 0