alias MessagePack::Type

Overview

Represents MessagePack Type

Alias Definition

Array(MessagePack::Type) | Bool | Float64 | Hash(MessagePack::Type, MessagePack::Type) | Int16 | Int32 | Int64 | Int8 | Slice(UInt8) | String | UInt16 | UInt32 | UInt64 | UInt8 | Nil

Defined in:

message_pack.cr

Constructors

Constructor Detail

def self.new(pull : MessagePack::Unpacker) #

[View source]