Made public

This commit is contained in:
Tristan B. Velloza Kildaire 2021-11-09 18:26:39 +02:00
parent beaad7e7f1
commit c9997c60d0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import compiler.symbols.typing.core;
*
* TODO: Check if we could do it with interfaces?
*/
private Statement[] weightReorder(Statement[] statements)
public Statement[] weightReorder(Statement[] statements)
{
import std.algorithm.sorting : sort;
import std.algorithm.mutation : SwapStrategy;