@shanecelis Wait since when was evolutionary robotics a thing?
@shanecelis If panic=abort, then unwrapping an `Option<&T>` should be implemented by loading from the pointer and catching it in a segfault handler.

@shanecelis Yeah. And calling `panic!` will also crash your program. OMG! Rust software can crash!

Code containing `.unwrap()` is either no production code or it must be unsured there is no way to legally hit that code path.