export class HasLength<T> implements Scalar<boolean> {
    /**
     * Does it have length?
     */
    private readonly hasLength: Scalar<boolean>;