import { endsWith } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
When iterable is a string, then it behaves as String.prototype.endsWith
.
When iterable is a list, then it uses R.equals to determine if the target list ends in the same way as the given target.
Parameters
question: T