MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isIterator

Method isIterator

include/daScript/ast/ast_typedecl.h:895–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 }
894
895 __forceinline bool TypeDecl::isIterator() const {
896 return (baseType==Type::tIterator) && (dim.size()==0);
897 }
898
899 __forceinline bool TypeDecl::isLambda() const {
900 return (baseType==Type::tLambda) && (dim.size()==0);

Callers 2

visitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected