mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Rename def to alias.
This commit is contained in:
@@ -19,7 +19,7 @@ macro insertionsort(list, cmp = EMPTY_MACRO_SLOT, context = EMPTY_MACRO_SLOT) @b
|
||||
|
||||
module std::sort::is{Type, CmpFn, Context};
|
||||
|
||||
def ElementType = $typeof(((Type){})[0]);
|
||||
alias ElementType = $typeof(((Type){})[0]);
|
||||
|
||||
fn void isort(Type list, usz low, usz high, CmpFn comp, Context context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user