I started learning Nim recently. Is there a way to convert a tuple into a
object? What I want is to do the following.
proc createRef(typeinfo:typedesc, data:tuple):auto =
result = new(typeinfo)
#fill the result object with the values in the tuple ???
- Convert tuple into a Object zuko95
- Re: Convert tuple into a Object Tiberium
- Re: Convert tuple into a Object LeuGim
- Re: Convert tuple into a Object zuko95
- Re: Convert tuple into a Object LeuGim
- Re: Convert tuple into a Object Tiberium
- Re: Convert tuple into a Object Krux02
- Re: Convert tuple into a Object jacmoe
- Re: Convert tuple into a Object Krux02
- Re: Convert tuple into a Object jacmoe
- Re: Convert tuple into a Object Arrrrrrrrr
