Skip to content

EndsWith

Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.

Return `True` when the indexed collection ends with `suffix` as a contiguous subsequence. On a string the suffix is matched character by character, so a suffix that would begin inside a grapheme cluster does not match. An empty suffix matches everything.

EndsWith(indexed_collection<T>, suffix: indexed_collection<T>) -> boolean where Tas compute-engine declares it

Domain: Compute engine