package containers

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CCParse.SliceSource

Functions on slices.

  • since 3.6
Sourcetype t = slice
Sourceval is_empty : t -> bool

Is the slice empty?

Sourceval length : t -> int

Length of the slice

Sourceval to_string : t -> string

Convert the slice into a string. Linear time and memory in length slice

OCaml

Innovation. Community. Security.