-
Notifications
You must be signed in to change notification settings - Fork 14
Builtins #150
Copy link
Copy link
Open
Description
tahadostifam
opened on Jul 7, 2025
Issue body actions
- @sizeof(Type)
- @Alignof(Type)
- @offsetof(StructType, FieldName)
- @memcpy
- @Memset
- @debug()
- @Release()
- @file_name
- @func_name
- @method_name
- @module_name
- @line
- @column
- @typeof(Expr)
- @Assert(cond, msg?)
- @static_assert(cond, msg?)
- @todo(msg?)
- @Panic(msg?)
- @unimplemented(msg?)
- @cast(Target, Expr)
- @memmove(dst, src, size)
- @unreachable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress