struct Pointer::Appender(T) inherits Struct ¶ Unsafe wrapper around a Pointer that allows to write values to it while advancing the location and keeping track of how many elements were written. See also: Pointer#appender. Class methods¶ .new(pointer : Pointer(T)) ¶ View source Methods¶ #<<(value : T) ¶ View source #pointer ¶ View source #size ¶ View source