class Crystal::Macros::TypeOf

Overview

A typeof expression.

Every expression node is equivalent to:

typeof({{ node.args.splat }})

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

Instance Method Detail

def args : ArrayLiteral(ASTNode) #

Returns the arguments to this typeof.


[View source]