You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import stint
procid[N: staticint](x: typedesc[StInt[N]]): StInt[N] =1.stint(N)
let x =id(StInt[8])
I get the error
example.nim(5, 11) template/generic instantiation of `id` from here
../../.nimble/pkgs/stint-0.0.1/stint/private/datatypes.nim(167, 20) Error: undeclared identifier: 'bits'
(I am trying to make stint interop with emmy)
The text was updated successfully, but these errors were encountered:
If I try to define the simple proc
I get the error
(I am trying to make stint interop with emmy)
The text was updated successfully, but these errors were encountered: