func _io_file_size(fd: Int) 'io -> IntThe byte size of the file behind a descriptor (POSIX fstat), or a negative errno.View Sourcepub func _io_file_size(fd: Int) 'io -> Int { 'io(request: .file_size(fd)) }