Add #soa support to append directly

This commit is contained in:
gingerBill
2024-07-01 11:51:28 +01:00
parent 4086a62167
commit 8ddfcf174d

View File

@@ -564,6 +564,9 @@ append_string :: proc(array: ^$T/[dynamic]$E/u8, args: ..string, loc := #caller_
append_elem,
append_elems,
append_elem_string,
append_soa_elem,
append_soa_elems,
}
@builtin non_zero_append :: proc{non_zero_append_elem, non_zero_append_elems, non_zero_append_elem_string}