subtract method

subtract {#System.Collections.Generic.IReadOnlyList-System.Collections.Generic.IReadOnlyList}

def subtract(self, left, right):
    ...
ParameterTypeDescription
leftSystem.Collections.Generic.IReadOnlyList
rightSystem.Collections.Generic.IReadOnlyList

See Also