isExpandable(_:)
Returns a Boolean value that indicates whether a given item is expandable.
Declaration
func isExpandable(_ item: Any?) -> BoolParameters
- item:
An item in the receiver.
Return Value
true if item is expandable—that is, item can contain other items, otherwise false.