core :: NativeFileStat :: is_sock
# Returns true if the type is a socket fun is_sock: Bool `{ #ifdef _WIN32 return 0; #else return S_ISSOCK(self->st_mode); #endif `}