getBounds

open fun getBounds(start: <Error class: unknown class>?, end: <Error class: unknown class>?): Boolean

Gets the @start and @end bounds of the @region.

Return

true if @start and @end have been set successfully (if non-null), or false if the @region is empty.

Parameters

start

iterator to initialize with the start of @region, or null.

end

iterator to initialize with the end of @region, or null.