Utilities

- Added missing import of the `to` template from `std.conv`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-02 10:56:50 +02:00
parent 3b9562bd07
commit 6a11312763
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
module dlog.utilities;
import std.conv : to;
/**
* Given an arbitrary amount of arguments, convert each to a string
* and return that as an array