exists

Part of workaround for DMD Issue #12111

  1. bool exists(Path!C name)
  2. bool exists(char[] name)
    @trusted
    bool
    exists
    (
    in char[] name
    )

Meta