On Friday, 26 November 2021 at 14:32:55 UTC, russhy wrote:
One tip:- avoid "import std", makes compile time increase for nothing- https://github.com/BradleyChatha/lumars/blob/master/source/lumars/emmylua.d#L3 - https://github.com/BradleyChatha/lumars/blob/master/source/lumars/function_.d#L4 - https://github.com/BradleyChatha/lumars/blob/master/source/lumars/state.d#L3 - https://github.com/BradleyChatha/lumars/blob/master/source/lumars/table.d#L3-
;3 I was being lazy.
I'll fix them up though.
