/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththisfile,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
use std::path::Path;
// Path::new is not const at the moment. This is a non-generic version // of Path::new, similar to libstd's implementation of Path::new. #[inline(always)] constfn const_path(s: &'static str) -> &'static std::path::Path { unsafe { &*(s as *const str as *const std::path::Path) }
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.