Mirror of
forum.nim-lang.org
index
6681 :: passing 'p.cmds[p.idx]' to a sink parameter introduces an implicit copy
[2020-08-14T10:53:00+02:00]
View Orginal
ElAfalw
(orginal)
[2020-08-14T10:53:00+02:00]
view original
Getting the above message when simply using
parseopt
.
Anything I can do about it?
shirleyquirk
(orginal)
[2020-08-15T09:46:32+02:00]
view original
Short answer: Ignore it. In the case of one time parsing, the overhead of the copy won't matter.