If arr starts with prefix, slice it off and return true. Otherwise leave arr unchaned and return false.
See Implementation
If arr starts with prefix, slice it off and return true. Otherwise leave arr unchaned and return false.