New generic syntax and ad hoc invocation.

This commit is contained in:
Christoffer Lerno
2023-07-06 01:27:15 +02:00
committed by Christoffer Lerno
parent 276281c3f9
commit 4f7b42cdc4
61 changed files with 405 additions and 228 deletions

View File

@@ -1,4 +1,4 @@
module std::sort::quicksort<Type>;
module std::sort::quicksort(<Type>);
import std::sort;
def ElementType = $typeof(Type{}[0]);