Add deprecation notice to small_array/doc.odin

This commit is contained in:
gingerBill
2026-03-15 18:58:27 +00:00
parent 6fc80d9562
commit 5f5c19fa2c

View File

@@ -1,4 +1,6 @@
/*
Deprecation Notice: Prefer using `[dynamic; N]T` (fixed capacity dynamic arrays).
A dynamic array-like interface on a stack-allocated, fixed-size array.
The `Small_Array` type is optimal for scenarios where you need