Type Aliases

The following type aliases are available globally.

  • A mapping from the child process’s file descriptors to open ones in the parent. For instance, mapping both a child’s output and error to go to stdout would be represented as [1: 1, 2: 1]

    Declaration

    Swift

    public typealias FDMap = [FileDescriptor : FileDescriptor]