This website requires JavaScript.
Explore
Help
Sign In
TheZone
/
clay
Watch
1
Star
0
Fork
0
You've already forked clay
mirror of
https://github.com/nicbarker/clay.git
synced
2025-04-20 21:28:03 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c7b8ff15ec
clay
/
generator
/
array_define_slice.template.c
5 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
Replace generated arrays with macro declarations, align cache lines to 64 bytes
2025-01-26 01:37:41 +00:00
typedef
struct
Multi-type elements (#34)
2024-10-22 07:41:35 +00:00
{
[Core] Standardise number types to int32_t for array indices, lengths and capacities (#152)
2025-01-02 22:24:32 +00:00
int32_t
length
;
Multi-type elements (#34)
2024-10-22 07:41:35 +00:00
$
TYPE
$
*
internalArray
;
Replace generated arrays with macro declarations, align cache lines to 64 bytes
2025-01-26 01:37:41 +00:00
}
$
NAME
$
Slice
;
Reference in New Issue
Copy Permalink