package file_path

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val unchecked_of_canonical_string : string -> t

Used internally for performance purposes, this converts a valid string in canonical form for the given path type into a t. Calling this on invalid or non-canonical strings is safe (i.e. should not cause segfaults) but path accessors may return nonsense values.