Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Combinaml.InputSourcesub_unsafe i len return sub string of i.s from i.pos..i.pos + len.
rest_of_len_unsafe len i returns the rest of the input from i.pos .. i.pos + len.
get_unsafe pos i returns the character at position i.pos + pos.
take_while_fn i max f returns a sub string from i.pos to the first character where f c fails.