const PtraceError: type = error{DeviceBusy, InputOutput, Overflow, ProcessNotFound, PermissionDenied} || UnexpectedError;
[src]
const PtraceError: type = error{DeviceBusy, InputOutput, Overflow, ProcessNotFound, PermissionDenied} || UnexpectedError;