enum Pwgen::ElementFlag

Defined in:

pwgen/phoneme_generator.cr

Enum Members

Consonant = 1_u32
Vowel = 2_u32
Diphthong = 4_u32
NotFirst = 8_u32
None = 0_u32
All = 15_u32

Instance Method Summary

Instance Method Detail

def consonant? #

Returns true if this enum value contains Consonant


[View source]
def diphthong? #

Returns true if this enum value contains Diphthong


[View source]
def none? #

[View source]
def not_first? #

Returns true if this enum value contains NotFirst


[View source]
def vowel? #

Returns true if this enum value contains Vowel


[View source]