class Anyolite::StructWrapper(T)

Overview

Internal class to hide the Struct T in a special class to obtain all class-related properties.

Defined in:

Main.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : T | Nil) #

[View source]

Instance Method Detail

def content : T #

[View source]
def content=(value : T | Nil) #

[View source]