module OSC::Type
Extended Modules
Defined in:
osc-crystal/type.cr
Instance Method Summary
Instance Method Detail
def
tag_to_type(tag : Char)
#
def
type_to_tag(type : Int32)
#
def
type_to_tag(type : Float32)
#
def
type_to_tag(type : String)
#
def
type_to_tag(type : Array(UInt8))
#
def
type_to_tag(type : Int64)
#
def
type_to_tag(type : Time)
#
def
type_to_tag(type : Float64)
#
def
type_to_tag(type : Char)
#
def
type_to_tag(type :
OSC::Type::True.
class)
#
def
type_to_tag(type :
OSC::Type::False.
class)
#
def
type_to_tag(type :
Nil.
class)
#
def
type_to_tag(type :
OSC::Type::Inf.
class)
#