SourceRange
Namespace: YC.Utils
Parent Module: SourceText
Record Fields
Record Field | Description |
end_
Signature: uint64
|
|
start
Signature: uint64
|
Constructors
Constructor | Description |
new(start, end_)
Signature: (start:uint64 * end_:uint64) -> SourceRange
|
CompiledName: |
Instance members
Instance member | Description |
End
Signature: uint64
|
CompiledName: |
Start
Signature: uint64
|
CompiledName: |
Static members
Static member | Description |
ofTuple(start, end_)
Signature: (start:Pair * end_:Pair) -> SourceRange
|