mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] pick off more public non-protocol docs
137 undocumented public non-operator APIs remain in core Swift SVN r22253
This commit is contained in:
@@ -22,9 +22,12 @@ public struct _Process {
|
||||
}
|
||||
}()
|
||||
|
||||
/// The list of command-line arguments with which the current
|
||||
/// process was invoked.
|
||||
public var arguments : [String] {
|
||||
return _Process._arguments
|
||||
}
|
||||
}
|
||||
|
||||
/// An instance that exposes API for interaction with processes
|
||||
public let Process = _Process()
|
||||
|
||||
Reference in New Issue
Block a user