struct Meow
- Meow
- Struct
- Value
- Object
Defined in:
meow.crConstructors
Class Method Summary
- .from_file(filename : String)
- .mhash(string : String, seed : Int32 | UInt64 = 0_u64)
- .mhash(bytes = Bytes, seed : Int32 | UInt64 = 0_u64)
- .mhash(size : Int32 | Uint64, pointer : Pointer, seed : Int32 | UInt64 = 0_u64)
Instance Method Summary
- #bytes : Bytes
- #bytes=(bytes : Bytes)
- #mhash
- #seed : UInt64
- #seed=(seed : UInt64)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
Class Method Detail
def self.mhash(size : Int32 | Uint64, pointer : Pointer, seed : Int32 | UInt64 = 0_u64)
#
Instance Method Detail
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
.