private
is_trace_primitive
— function
is_trace_primitive(ftype::Type, argtypes::Type...)
Return true if calling a callable of type ftype
on arguments
of types argtypes
is a BitSAD primitive operator.
Custom operators should overload this function. Defaults to false.