Intersection Data Member Function

Populates a <TypeBuffer> with the complement of two sets.

Prototype

int32 Intersection( TypeBuffer a, TypeBuffer a, TypeBuffer inter )

Parameters

Parameter Type Parameter Name Documentation
<TypeBuffer>aA pointer to the first <TypeBuffer>.
<TypeBuffer>aA pointer to the second <TypeBuffer>.
<TypeBuffer>interA pointer to the <TypeBuffer> that will store the intersection. Note that pointers to types in the <TypeBuffer> representing the intersection are always non-owning.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.