mirror of
https://github.com/github/semantic.git
synced 2024-12-27 08:54:14 +03:00
Document right
.
This commit is contained in:
parent
e8c5462de1
commit
91f67a41b7
@ -31,6 +31,7 @@ public struct Location<A>: SequenceType {
|
|||||||
/// Returns the `Location` which immediately precedes the receiver within its parent in the current exploration, or `nil` if the receiver is the `root` or the first child of its parent.
|
/// Returns the `Location` which immediately precedes the receiver within its parent in the current exploration, or `nil` if the receiver is the `root` or the first child of its parent.
|
||||||
public var left: Location? { return _left(it) }
|
public var left: Location? { return _left(it) }
|
||||||
|
|
||||||
|
/// Returns the `Location` which immediately follows the receiver within its parent in the current exploration, or `nil` if the receiver is the `root` or the last child of its parent.
|
||||||
public var right: Location? { return _right(it) }
|
public var right: Location? { return _right(it) }
|
||||||
|
|
||||||
/// The root `Location` in the current exploration.
|
/// The root `Location` in the current exploration.
|
||||||
|
Loading…
Reference in New Issue
Block a user