LanguageExt.Core

LanguageExt.Core Class Instances Pred String

Contents

struct StrLen <NMin, NMax> Source #

where NMin : struct, Const<int>
where NMax : struct, Const<int>

Fields

field StrLen<NMin, NMax> Is = default(StrLen<NMin, NMax>) Source #

Methods

method bool True (string value) Source #

struct Matches <PATTERN> Source #

where PATTERN : Const<string>

Fields

field Matches<PATTERN> Is = default Source #

Methods

method bool True (string value) Source #