Results for: "minmax"

def inspect -> String

def closing: () -> String?

def inspect -> String

def opening: () -> String

def closing: () -> String

def inspect -> String

def inspect -> String

Returns the encoding of the source code, which is set by parameters to the parser or by the encoding magic comment.

Returns the lines of the source code as an array of strings.

Binary search through the offsets to find the line number for the given byte offset.

Returns a string representation of this location.

Returns a new location that stretches from this location to the given other location. Raises an error if this location is not before the other location or if they don’t share the same source.

Join this location with the first occurrence of the string in the source that occurs after this location on the same line, and return the new location. This will raise an error if the string does not exist.

Returns true if this comment happens on the same line as other code and false if the comment is by itself.

Returns a string representation of this comment.

This can only be true for inline comments.

Returns a string representation of this comment.

Returns a string representation of this magic comment.

Returns a string representation of this error.

Returns a string representation of this warning.

Returns the encoding of the source code that was parsed.

No documentation available
No documentation available
No documentation available
No documentation available
Search took: 3ms  ·  Total Results: 2365