Public API Reference

This is an exhaustive list of all exported constants, types and functions in CompositeTypes.jl.

Constants

Functions

CompositeTypes.iscompositeMethod
iscomposite(x)

Is x a composite object?

If an object is composite, then its components can be queried using the components function.

Types