core :: NativeFileStat :: is_chr
# Returns true if it is a character device fun is_chr: Bool `{ return S_ISCHR(self->st_mode); `}