enum GLib::AsciiType

Overview

Flags

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

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def alnum? #

def alpha? #

def cntrl? #

def digit? #

def graph? #

def lower? #

def none? #

def print? #

def punct? #

def space? #

def upper? #

def xdigit? #