Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 271 Bytes

index.md

File metadata and controls

16 lines (11 loc) · 271 Bytes

Testing filter function

Testing with a predefined function

Modules = [TestModule]
Filter =  simple_filter

Testing with a lambda function

Modules = [TestModule]
Filter =  typeof(t) === DataType && t -> t <: TestModule.Major2