Pointer::Appender

struct Pointer::Appender(T)

Overview

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.

Defined in:

pointer.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new(pointer : Pointer(T))Source

Instance Method Detail

def <<(value : T)Source

def pointerSource

def sizeSource

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/Pointer/Appender.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部