Introduction

Tutorials

How To …

Developer Guide


API Reference

private is_trace_primitivefunction

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.