Event

D-ified inotify event, holds slice to temporary buffer with z-string.

struct Event {
Watch watch;
uint mask;
uint cookie;
const(char)[] name;
}

Meta