import { endsWith } from "https://dotland.deno.dev/x/rambda@v9.2.0/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