core :: CString :: substring_from
private fun substring_from(index: Int): CString `{ return self + index; `}