Up

Module Substring_intf

A substring is a contiguous set of characters within a string. Creating a substring does not copy. Therefore modifying the string also modifies the substring.

Signature

module type S = sig .. end