export const getLength = <T>(a: T[]) => a.length
