delete_if, retain_if, rindex_of, compact, compact_count added to List.

This commit is contained in:
Christoffer Lerno
2023-04-21 12:15:35 +02:00
parent 809321e20c
commit 8059dc1539
24 changed files with 278 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
module hello_world;
import std;
import bar;
$if (env::OS_TYPE == OsType.WIN32)
$if (env::os_is_win32())
fn int test_doubler(int x)
{
return x * x;