This commit is contained in:
Jaremy Creechley 2024-02-14 22:10:00 -07:00
parent f68c3c176d
commit 9a74fea86a

View File

@ -6,9 +6,11 @@ import macroutils
import jobs
export jobs
# TODO: make these do something useful or remove them
template checkParamType*(obj: object): auto =
for name, field in obj.fieldPairs():
echo "field name: ", name
# for name, field in obj.fieldPairs():
# echo "field name: ", name
obj
template checkParamType*(obj: typed): auto =