def
String.Slice.Pattern.instInhabitedForwardCharSearcher.default
{a✝ : Char}
{a✝¹ : Slice}
:
ForwardCharSearcher a✝ a✝¹
Equations
Instances For
instance
String.Slice.Pattern.instInhabitedForwardCharSearcher
{a✝ : Char}
{a✝¹ : Slice}
:
Inhabited (ForwardCharSearcher a✝ a✝¹)
Equations
@[inline]
Equations
Instances For
instance
String.Slice.Pattern.ForwardCharSearcher.instIteratorIdSearchStep
{c : Char}
(s : Slice)
:
Std.Iterator (ForwardCharSearcher c s) Id (SearchStep s)
Equations
Equations
Instances For
instance
String.Slice.Pattern.ForwardCharSearcher.instIteratorLoopIdSearchStep
{s : Char}
{c : Slice}
:
Equations
Equations
Equations
Equations
Equations
Instances For
@[inline]
Equations
Instances For
instance
String.Slice.Pattern.BackwardCharSearcher.instIteratorIdSearchStep
(s : Slice)
:
Std.Iterator (BackwardCharSearcher s) Id (SearchStep s)