Instance Method

failOnUnusedBehaviours(file:line:)

Checks that the WrappedType value has no used Behaviours.

Declaration

func failOnUnusedBehaviours(file: StaticString = #file, line: UInt = #line)

Parameters

file

The file name where the method is called.

line

The line where the method is called.