OptionalBuffer.this

Create a Buffer

struct OptionalBuffer(ulong id, string TypeString, RealType, bool isDeprecated = false, alias defaultValue = RealType.init)
this
(
ValueType val
)

Parameters

val ValueType

The value to populate with

Meta