LanguageExt.Core

LanguageExt.Core Class Instances Pred Char

Contents

struct CharSatisfy <MIN, MAX> Source #

where MIN : struct, Const<char>
where MAX : struct, Const<char>

Fields

field CharSatisfy<MIN, MAX> Is = default(CharSatisfy<MIN, MAX>) Source #

Methods

method bool True (char value) Source #

struct Char <CH> Source #

where CH : struct, Const<char>

Fields

Methods

method bool True (char value) Source #

struct Letter Source #

Fields

Methods

method bool True (char value) Source #

struct Digit Source #

Fields

Methods

method bool True (char value) Source #

struct Space Source #

Fields

Methods

method bool True (char value) Source #

struct AlphaNum Source #

Fields

Methods

method bool True (char value) Source #