std::unimplemented! []

(  ) => ( panic ! ( "not yet implemented" ) )

A standardised placeholder for marking unfinished code. It panics with the message "not yet implemented" when executed.