Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around Nim bug that erases type
{.pragma.}
when making alias
Replaces `type` with inlined `template` because assigning to a new type drops pragma annotations in some situations.
- Loading branch information