function lengthimport { length } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts"; length<T>(input: readonly T[]): numberIt returns the length property of list or string input. It returns the length property of list or string input. Type ParametersTParametersinput: readonly T[]Returnsnumber