package arg-complete

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val starts_with : prefix:string -> string -> bool

starts_with ~prefix s is true if and only if s starts with prefix.

Provided for compatibility before OCaml 4.13.