struct CapnProto::Pointer::U8List

Defined in:

capnproto/pointer_u8_list.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.empty(segment) #

[View source]
def self.parse_from(segment : CapnProto::Segment, current_offset : UInt32, value : UInt64) : CapnProto::Pointer::U8List #

[View source]

Instance Method Detail

def to_bytes #

[View source]
def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]