enum GLib::AsciiType

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/g_lib.cr

Enum Members

Alnum = 1_u32
Alpha = 2_u32
Cntrl = 4_u32
Digit = 8_u32
Graph = 16_u32
Lower = 32_u32
Print = 64_u32
Punct = 128_u32
Space = 256_u32
Upper = 512_u32
Xdigit = 1024_u32
None = 0_u32
All = 2047_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def alnum? #

[View source]
def alpha? #

[View source]
def cntrl? #

[View source]
def digit? #

[View source]
def graph? #

[View source]
def lower? #

[View source]
def none? #

[View source]
def print? #

[View source]
def punct? #

[View source]
def space? #

[View source]
def upper? #

[View source]
def xdigit? #

[View source]