mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Merge pull request #6423 from Barinzaya/small-array-fmt
Small_Array formatting
This commit is contained in:
@@ -21,7 +21,7 @@ Example:
|
||||
}
|
||||
*/
|
||||
Small_Array :: struct($N: int, $T: typeid) where N >= 0 {
|
||||
data: [N]T,
|
||||
data: [N]T `fmt:",len"`,
|
||||
len: int,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user