class

OpenGLBindingGenerator::Crystal::GenericExpression(T)

Inherits OpenGLBindingGenerator::Crystal::Expression < Reference < Object

Renders a Crystal value as a literal expression.

Constructors

new(value : T)

Creates the literal expression with the specified value.

Source

Instance methods

to_s(io : IO) : Nil

Produces the stringified form of the value.

Source