`Array.append` copies its arguments and has linear complexity;
Sometimes I actually want to append (concatenate) two arrays.
@rvanasa @claudio is there a good way to tell the compiler to ignore (not print out) a warning?
`Array.append` copies its arguments and has linear complexity;
Sometimes I actually want to append (concatenate) two arrays.
@rvanasa @claudio is there a good way to tell the compiler to ignore (not print out) a warning?
Not yet, but it’s on our roadmap to selectively disable warnings.