class Crystal::Macros::OffsetOf

Overview

An offsetof expression.

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

Instance Method Detail

def offset : ASTNode #

Returns the offset argument used in this offsetof expression.


[View source]
def type : ASTNode #

Returns the type that has been used in this offsetof expression.


[View source]