func _io_argc() 'io -> IntReturns the number of process arguments supplied by the host.View Sourcepub func _io_argc() 'io -> Int { 'io(request: .argc) }