enum GLib::UnixPipeEnd

Overview

Mnemonic constants for the ends of a Unix pipe.

Defined in:

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

Enum Members

Read = 0_u32

The readable file descriptor 0

Write = 1_u32

The writable file descriptor 1

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def read? #

def write? #