struct CON::Any
- CON::Any
- Struct
- Value
- Object
Included Modules
Defined in:
lib/con/src/any.crcon.cr
Instance Method Summary
-
#[]=(key : String, value : Any) : T::Any
Sets the value of key to the given value.
Instance methods inherited from module Dynany(CON)
[](path : Enumerable) : T::Any
[],
[]=(key : Int, value : T::Any)[]=(path : Enumerable, value : T::Any) : T::Any []=, []?(path : Enumerable) : T::Any | Nil []?, delete(index : Int) : T::Any | Nil
delete(key : String) : T::Any | Nil
delete(path : Enumerable) : T::Any delete
Instance Method Detail
Sets the value of key to the given value.