setup OpenArrayHolder conversion

This commit is contained in:
Jaremy Creechley 2024-02-16 14:47:16 -07:00
parent 89ec8371b4
commit fc8871d774

View File

@ -5,7 +5,9 @@ import macroutils
import jobs
export jobs
# TODO: make these do something useful or remove them
## Tasks provide a convenience wrapper for using the jobs module. It also
## provides some extra conveniences like handling a subset of `openArray[T]`
## types in a safe manner using `OpenArrayHolder[T]` type.
template convertParamType*[T](obj: OpenArrayHolder[T]): auto =
static: