class Crystal::Macros::OffsetOf
Overview
An offsetof
expression.
Defined in:
compiler/crystal/macros.crInstance Method Summary
-
#offset : ASTNode
Returns the offset argument used in this
offsetof
expression. -
#type : ASTNode
Returns the type that has been used in this
offsetof
expression.