interfaced icon indicating copy to clipboard operation
interfaced copied to clipboard

Allow checking if a type implements an interface

Open dawkot opened this issue 7 years ago • 1 comments

dawkot avatar Jan 08 '18 11:01 dawkot

when compiles(something) may be what you are looking for. Otherwise, define the interface as a concept and use if someType is someConcept

andreaferretti avatar Jan 08 '18 11:01 andreaferretti