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