struct PointerAppender(T)
Superclass hierarchy
Object
Value
Struct
PointerAppender(T)
Defined in:
Class Method Summary
.new
(pointer : Pointer(T))
Instance Method Summary
#<<
(value : T)
#count
#pointer
Class Method Detail
def self.
new
(pointer :
Pointer
(T))
Instance Method Detail
def
<<
(value : T)
def
count
def
pointer