1
0
mirror of https://github.com/deavmi/dlog.git synced 2024-07-27 04:30:36 +02:00

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

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