equalCursors | R Documentation |
These functions test if two libclang objects are the same.
equalCursors(arg1, arg2)
equalLocations(loc1, loc2)
equalRanges(range1, range2)
equalTypes(A, B)
arg1 , arg2 |
object of class |
loc1 , loc2 |
object of class |
range1 , range2 |
object of class |
A , B |
object of class |
A logical value.
Duncan Temple Lang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.