package oniguruma
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Oniguruma.OptionsSource
Regex options.
An option. The phantom type parameter indicates whether it is compile-time or search-time.
Combines options.
This operation is:
- Associative:
(x <+> y) <+> z = x <+> (y <+> z) - Commutative:
x <+> y = y <+> x - Idempotent:
x <+> x = x
Represents compile-time options.
Represents search-time options.