Closed planetis-m closed 2 years ago
Currently fails with:
drchaos/mutator.nim(276, 13) Error: type mismatch: got <ptr UncheckedArray[float32], Sampler[system.int], Rand, int> but expected one of: ...
my bad mutator must be overloaded instead.
Compile errors in the mutate proc are hidden! Makes it difficult to diagnose the real issue.
Currently fails with: