@typedef {Boolean} can-symbol/symbols/isListLike can.isListLike
@parent can-symbol/symbols/type
@description Set to `true` on objects with numeric indexes and length.

@signature `@@can.isListLike`

Setting the value of `can.isListLike` to `true` on an object shows that this object can be used with numeric properties, like a [can-define/list/list DefineList].
