package dolmen_type

  1. Overview
  2. Docs

String helper

val to_list : string -> char list

Explode the string into a list of characters.

val is_suffix : suffix:string -> string -> bool

Check whether a string is a suffix of another.