mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 06:38:20 +00:00
Add deprecation notice to small_array/doc.odin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user